{ "type": "object", "name": "GetToolingMetadataSObject", "properties": { "objectDescribe": { "type": "object", "properties": { "activateable": { "type": "boolean" }, "associateEntityType": { "type": "['string', 'null']" }, "associateParentEntity": { "type": "['string', 'null']" }, "createable": { "type": "boolean" }, "custom": { "type": "boolean" }, "customSetting": { "type": "boolean" }, "deepCloneable": { "type": "boolean" }, "deletable": { "type": "boolean" }, "deprecatedAndHidden": { "type": "boolean" }, "feedEnabled": { "type": "boolean" }, "hasSubtypes": { "type": "boolean" }, "isInterface": { "type": "boolean" }, "isSubtype": { "type": "boolean" }, "keyPrefix": { "type": "string" }, "label": { "type": "string" }, "labelPlural": { "type": "string" }, "layoutable": { "type": "boolean" }, "mergeable": { "type": "boolean" }, "mruEnabled": { "type": "boolean" }, "name": { "type": "string" }, "queryable": { "type": "boolean" }, "replicateable": { "type": "boolean" }, "retrieveable": { "type": "boolean" }, "searchable": { "type": "boolean" }, "triggerable": { "type": "boolean" }, "undeletable": { "type": "boolean" }, "updateable": { "type": "boolean" }, "urls": { "type": "object", "properties": { "compactLayouts": { "type": "string" }, "rowTemplate": { "type": "string" }, "describe": { "type": "string" }, "layouts": { "type": "string" }, "sobject": { "type": "string" } }, "required": [ "compactLayouts", "rowTemplate", "describe", "layouts", "sobject" ] } }, "required": [ "activateable", "associateEntityType", "associateParentEntity", "createable", "custom", "customSetting", "deepCloneable", "deletable", "deprecatedAndHidden", "feedEnabled", "hasSubtypes", "isInterface", "isSubtype", "keyPrefix", "label", "labelPlural", "layoutable", "mergeable", "mruEnabled", "name", "queryable", "replicateable", "retrieveable", "searchable", "triggerable", "undeletable", "updateable", "urls" ] }, "recentItems": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "objectDescribe", "recentItems" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }