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

PropertyDescriptionValuesMandatory
typeLabels added to the metamodel. Supported options are: relationTypeKey, attributeTypeKey, userRelationTypestringYes
valueKey of the selected asset type.stringYes