Property description

The objectTypeApplications property adds relations between object types and applications without creating new applications.

Used when an application is already defined in another package and we need to add a new object type to it.

Minimal JSON

{
  "applicationKey": "",
  "objectTypeKey": ""
}
{
  "applicationKey": "cust_example_app",
  "objectTypeKey": "core_documentation_document_set"
}

Nested properties

PropertyDescriptionValuesMandatory
applicationKeyKey of the referenced application.stringYes
objectTypeKeyKey of the object type.stringYes