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
| Property | Description | Values | Mandatory |
|---|---|---|---|
objectTypeKey | Key of the object type the feature applies to. | string | Yes |
relationTypeKey | Key of the relation type with the feature. | string | Yes |
feature | Relation type feature. | string | Yes |
value | String value of the feature. Usually, the default value is applied if not explicitly set. | string | No |