Property description
The defaultLabels property specifies which object labels (such as data steward user relation) are displayed by default in the metamodel.
Up to three labels can be added.
Minimal JSON
{
"type": "",
"value": ""
}{
"key": "diagram",
"defaultLabels": [
{
"type": "relationTypeKey",
"value": "core_steward"
}
]
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | Labels added to the metamodel. Supported options are: relationTypeKey, attributeTypeKey, userRelationType | string | Yes |
value | Key of the selected asset type. | string | Yes |