| ai_context | Provides context to the AI query helper for better understanding of field usage. |
| aliases | Maps old field names to updated field names to preserve content. |
| bin_boundaries | Specifies bins or tiers for a given numeric field. |
| colors | Defines colors to map to specific dimension values. |
| convert_tz | Controls whether a field should be converted to the query/user timezone. |
| custom_primary_key_sql_for_quick_aggs | Defines a custom primary key for aggregate measures where a primary key is applicable. |
| description | Provides metadata about the dimension, made available in the workbook UI. |
| display_order | Overrides the sort order for the field picker within a view. |
| drill_fields | Enables hierarchical drilling inside a row of the result set. |
| filter_single_select_only | Restricts a dimension to only allow single-value style filters. |
| format | Sets default formatting for number and date dimensions. |
| group_by | Creates a Level of Detail field, which controls the granularity at which an aggregation is computed. |
| group_label | Nests a group of fields in the field picker for curated organization. |
| groups | Buckets results with CASE-like logic by filtering field values into labeled groups. |
| hidden | Removes the field from the UI while keeping it referenceable in the model. |
| ignore_from_extended | Controls whether a field should be omitted during explicit extensions of a view. |
| ignored | Removes a field from the UI and prevents references to it. |
| label | Overrides the field name for all UI appearances. |
| links | Adds external links to templated URLs in the drill menu. |
| order_by_field | Sets a field to be sorted by another field’s values. |
| primary_key | Sets the primary key on a view for preventing fan outs in calculations. |
| required_access_grants | Defines a list of access grants for the dimension, which are used to control access. |
| sql | The core declaration of the field definition using SQL. |
| suggest_from_field | Specifies an alternative field to use for filter suggestions. |
| suggest_from_topic | Explicitly sets the topic to use for filter suggestions. |
| suggestion_list | Explicitly sets the list of filter options, bypassing default behavior. |
| tags | Metadata used for field search in workbooks, curating fields, and curating drill fields. |
| timeframes | Sets the default time segments available for date/time fields in workbooks. |
| view_label | Nests a field under a different view than its default parent view. |