Description
The priority settings of entity types.
Example
{
"tag": "material",
"priority": "MIDDLE",
"order": 3,
"label": "Material"
}
Structure
Field | Type | Description |
---|---|---|
tag | String | The internal name of the entity type. |
priority | String | The priority level. Valid values:- HIGH- MIDDLE- LOW |
order | Integer | The priority of an entity type among entity types that have the same priority level. Default value: 0. A smaller value indicates a higher priority. |
label | String | The name of the entity type. |