The definition for an DocumentMetadata.objectType within a datasource.
| Field | Type | Required | Description |
|---|---|---|---|
name |
Optional<String> | ➖ | Unique identifier for this DocumentMetadata.objectType. If omitted, this definition is used as a default for all unmatched DocumentMetadata.objectTypes in this datasource. |
displayLabel |
Optional<String> | ➖ | The user-friendly name of the object for display. |
docCategory |
Optional<DocCategory> | ➖ | The document category of this object type. |
propertyDefinitions |
List<PropertyDefinition> | ➖ | N/A |
propertyGroups |
List<PropertyGroup> | ➖ | A list of PropertyGroups belonging to this object type, which will group properties to be displayed together in the UI. |
summarizable |
Optional<Boolean> | ➖ | Whether or not the object is summarizable |