Property description

The relationTypeObjectFeatures property defines the relation type features for a specific object type.

Minimal JSON

{
  "objectTypeKey": "",
  "relationTypeKey": "",
  "feature": ""
}
{
  "objectTypeKey": "cust_example_app_document",
  "relationTypeKey": "core_related",
  "feature": "can_be_shown_in_diagram",
  "value": "true"
}

Nested properties

PropertyDescriptionValuesMandatory
objectTypeKeyKey of the object type the feature applies to.stringYes
relationTypeKeyKey of the relation type with the feature.stringYes
featureRelation type feature.stringYes
valueString value of the feature. Usually, the default value is applied if not explicitly set.stringNo