The definition for a key within a Custom Metadata schema. Only the fields applicable to Custom Metadata are exposed.
| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | The name of the metadata key. |
property_type |
models.CustomMetadataPropertyDefinitionPropertyType | ✔️ | The type of metadata key. This governs the search and faceting behavior. |
skip_indexing |
Optional[bool] | ➖ | If true then the property will not be indexed for retrieval and ranking. |