The definition for a key within a Custom Metadata schema. Only the fields applicable to Custom Metadata are exposed.
| Field | Type | Required | Description |
|---|---|---|---|
name |
String | ✔️ | The name of the metadata key. |
propertyType |
CustomMetadataPropertyDefinitionPropertyType | ✔️ | The type of metadata key. This governs the search and faceting behavior. |
skipIndexing |
Optional<Boolean> | ➖ | If true then the property will not be indexed for retrieval and ranking. |