{ "type": "object", "name": "Properties", "properties": { "objectDescribe": { "type": "object", "properties": { "type": { "type": "string" }, "properties": { "type": "object", "properties": { "name": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "label": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "labelPlural": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "keyPrefix": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "custom": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "customSetting": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "activateable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "createable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "updateable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "deletable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "undeletable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "mergeable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "replicateable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "triggerable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "queryable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "retrieveable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "searchable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "layoutable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "feedEnabled": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "mruEnabled": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "hasSubtypes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "isSubtype": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "dataTranslationEnabled": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "isInterface": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "deepCloneable": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "associateEntityType": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "associateParentEntity": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "deprecatedAndHidden": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "urls": { "type": "object", "properties": { "type": { "type": "string" }, "additionalProperties": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] } }, "required": [ "type", "additionalProperties" ] } }, "required": [ "name", "label", "labelPlural", "keyPrefix", "custom", "customSetting", "activateable", "createable", "updateable", "deletable", "undeletable", "mergeable", "replicateable", "triggerable", "queryable", "retrieveable", "searchable", "layoutable", "feedEnabled", "mruEnabled", "hasSubtypes", "isSubtype", "dataTranslationEnabled", "isInterface", "deepCloneable", "associateEntityType", "associateParentEntity", "deprecatedAndHidden", "urls" ] } }, "required": [ "type", "properties" ] }, "recentItems": { "type": "object", "properties": { "type": { "type": "string" }, "items": { "type": "object", "properties": { "type": { "type": "string" }, "properties": { "type": "object", "properties": { "id": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] } }, "required": [ "id" ] } }, "required": [ "type", "properties" ] } }, "required": [ "type", "items" ] } }, "required": [ "objectDescribe", "recentItems" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }