The AliasMapping datatype for mapping aliases.

This datatype is used by the FieldAliasSchema datatype, which is used by the createFieldAliasSchemaFromTemplate() and updateFieldAliasSchema() mutation fields, and the fieldAliasSchemaOnView() query field.

Table: AliasMapping

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Aug 19, 2025
aliases[AliasInfo]yes Long-TermThe tag information. See AliasInfo.
idstringyes Long-TermThe unique identifier of the alias mapped.
namestringyes Long-TermThe name of the alias.
originalFieldsToKeep[string]yes Long-TermA list of original fields to keep.
tags[TagInfo]yes Long-TermThe tag information. See TagInfo.