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
| Property | Description | Values | Mandatory |
|---|---|---|---|
applicationKey | Key of the referenced application. | string | Yes |
objectTypeKey | Key of the object type. | string | Yes |