Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.42 KB

File metadata and controls

12 lines (8 loc) · 2.42 KB

CustomMetadataPropertyDefinition

The definition for a key within a Custom Metadata schema. Only the fields applicable to Custom Metadata are exposed.

Fields

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.