The definition for an DocumentMetadata.objectType within a datasource.
| Field | Type | Required | Description |
|---|---|---|---|
name |
Optional[str] | ➖ | Unique identifier for this DocumentMetadata.objectType. If omitted, this definition is used as a default for all unmatched DocumentMetadata.objectTypes in this datasource. |
display_label |
Optional[str] | ➖ | The user-friendly name of the object for display. |
doc_category |
Optional[models.DocCategory] | ➖ | The document category of this object type. |
property_definitions |
List[models.PropertyDefinition] | ➖ | N/A |
property_groups |
List[models.PropertyGroup] | ➖ | A list of PropertyGroups belonging to this object type, which will group properties to be displayed together in the UI. |
summarizable |
Optional[bool] | ➖ | Whether or not the object is summarizable |