{ "type": "object", "properties": { "actionOverrides": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "formFactor": { "type": "string", "example": "example_value" }, "isAvailableInTouch": { "type": "boolean", "example": true }, "name": { "type": "string", "example": "Example Title" }, "pageId": { "type": "string", "example": "500123" }, "url": { "type": "['string', 'null']", "example": "https://www.example.com" } }, "required": [ "formFactor", "isAvailableInTouch", "name", "pageId", "url" ] } }, "activateable": { "type": "boolean", "example": true }, "associateEntityType": { "type": "['string', 'null']", "example": "example_value" }, "associateParentEntity": { "type": "['string', 'null']", "example": "example_value" }, "childRelationships": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "cascadeDelete": { "type": "boolean", "example": true }, "childSObject": { "type": "string", "example": "example_value" }, "deprecatedAndHidden": { "type": "boolean", "example": true }, "field": { "type": "string", "example": "example_value" }, "junctionIdListNames": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "junctionReferenceTo": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "relationshipName": { "type": "['string', 'null']", "example": "example_value" }, "restrictedDelete": { "type": "boolean", "example": true } }, "required": [ "cascadeDelete", "childSObject", "deprecatedAndHidden", "field", "junctionIdListNames", "junctionReferenceTo", "relationshipName", "restrictedDelete" ] } }, "compactLayoutable": { "type": "boolean", "example": true }, "createable": { "type": "boolean", "example": true }, "custom": { "type": "boolean", "example": true }, "customSetting": { "type": "boolean", "example": true }, "deepCloneable": { "type": "boolean", "example": true }, "defaultImplementation": { "type": "['string', 'null']", "example": "example_value" }, "deletable": { "type": "boolean", "example": true }, "deprecatedAndHidden": { "type": "boolean", "example": true }, "extendedBy": { "type": "['string', 'null']", "example": "example_value" }, "extendsInterfaces": { "type": "['string', 'null']", "example": "example_value" }, "feedEnabled": { "type": "boolean", "example": true }, "fields": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "aggregatable": { "type": "boolean", "example": true }, "aiPredictionField": { "type": "boolean", "example": true }, "autoNumber": { "type": "boolean", "example": true }, "byteLength": { "type": "integer", "example": 10 }, "calculated": { "type": "boolean", "example": true }, "calculatedFormula": { "type": "['string', 'null']", "example": "example_value" }, "cascadeDelete": { "type": "boolean", "example": true }, "caseSensitive": { "type": "boolean", "example": true }, "compoundFieldName": { "type": "['string', 'null']", "example": "example_value" }, "controllerName": { "type": "['string', 'null']", "example": "example_value" }, "createable": { "type": "boolean", "example": true }, "custom": { "type": "boolean", "example": true }, "defaultValue": { "type": "object", "example": "example_value" }, "defaultValueFormula": { "type": "['string', 'null']", "example": "example_value" }, "defaultedOnCreate": { "type": "boolean", "example": true }, "dependentPicklist": { "type": "boolean", "example": true }, "deprecatedAndHidden": { "type": "boolean", "example": true }, "digits": { "type": "integer", "example": 10 }, "displayLocationInDecimal": { "type": "boolean", "example": true }, "encrypted": { "type": "boolean", "example": true }, "externalId": { "type": "boolean", "example": "500123" }, "extraTypeInfo": { "type": "['string', 'null']", "example": "example_value" }, "filterable": { "type": "boolean", "example": true }, "filteredLookupInfo": { "type": "['string', 'null']", "example": "example_value" }, "formulaTreatNullNumberAsZero": { "type": "boolean", "example": true }, "groupable": { "type": "boolean", "example": true }, "highScaleNumber": { "type": "boolean", "example": true }, "htmlFormatted": { "type": "boolean", "example": true }, "idLookup": { "type": "boolean", "example": true }, "inlineHelpText": { "type": "['string', 'null']", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "length": { "type": "integer", "example": 10 }, "mask": { "type": "['string', 'null']", "example": "example_value" }, "maskType": { "type": "['string', 'null']", "example": "example_value" }, "name": { "type": "string", "example": "Example Title" }, "nameField": { "type": "boolean", "example": true }, "namePointing": { "type": "boolean", "example": true }, "nillable": { "type": "boolean", "example": true }, "permissionable": { "type": "boolean", "example": true }, "picklistValues": { "type": "array", "description": "", "example": [], "items": { "type": "object" } }, "polymorphicForeignKey": { "type": "boolean", "example": true }, "precision": { "type": "integer", "example": 10 }, "queryByDistance": { "type": "boolean", "example": true }, "referenceTargetField": { "type": "['string', 'null']", "example": "example_value" }, "referenceTo": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "relationshipName": { "type": "['string', 'null']", "example": "example_value" }, "relationshipOrder": { "type": "['string', 'null']", "example": "example_value" }, "restrictedDelete": { "type": "boolean", "example": true }, "restrictedPicklist": { "type": "boolean", "example": true }, "scale": { "type": "integer", "example": 10 }, "searchPrefilterable": { "type": "boolean", "example": true }, "soapType": { "type": "string", "example": "example_value" }, "sortable": { "type": "boolean", "example": true }, "type": { "type": "string", "example": "example_value" }, "unique": { "type": "boolean", "example": true }, "updateable": { "type": "boolean", "example": true }, "writeRequiresMasterRead": { "type": "boolean", "example": true } }, "required": [ "aggregatable", "aiPredictionField", "autoNumber", "byteLength", "calculated", "calculatedFormula", "cascadeDelete", "caseSensitive", "compoundFieldName", "controllerName", "createable", "custom", "defaultValue", "defaultValueFormula", "defaultedOnCreate", "dependentPicklist", "deprecatedAndHidden", "digits", "displayLocationInDecimal", "encrypted", "externalId", "extraTypeInfo", "filterable", "filteredLookupInfo", "formulaTreatNullNumberAsZero", "groupable", "highScaleNumber", "htmlFormatted", "idLookup", "inlineHelpText", "label", "length", "mask", "maskType", "name", "nameField", "namePointing", "nillable", "permissionable", "picklistValues", "polymorphicForeignKey", "precision", "queryByDistance", "referenceTargetField", "referenceTo", "relationshipName", "relationshipOrder", "restrictedDelete", "restrictedPicklist", "scale", "searchPrefilterable", "soapType", "sortable", "type", "unique", "updateable", "writeRequiresMasterRead" ] } }, "hasSubtypes": { "type": "boolean", "example": true }, "implementedBy": { "type": "['string', 'null']", "example": "example_value" }, "implementsInterfaces": { "type": "['string', 'null']", "example": "example_value" }, "isInterface": { "type": "boolean", "example": true }, "isSubtype": { "type": "boolean", "example": true }, "keyPrefix": { "type": "string", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "labelPlural": { "type": "string", "example": "example_value" }, "layoutable": { "type": "boolean", "example": true }, "listviewable": { "type": "['string', 'null']", "example": "example_value" }, "lookupLayoutable": { "type": "['string', 'null']", "example": "example_value" }, "mergeable": { "type": "boolean", "example": true }, "mruEnabled": { "type": "boolean", "example": true }, "name": { "type": "string", "example": "Example Title" }, "namedLayoutInfos": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "networkScopeFieldName": { "type": "['string', 'null']", "example": "example_value" }, "queryable": { "type": "boolean", "example": true }, "recordTypeInfos": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "active": { "type": "boolean", "example": true }, "available": { "type": "boolean", "example": true }, "defaultRecordTypeMapping": { "type": "boolean", "example": true }, "developerName": { "type": "string", "example": "example_value" }, "master": { "type": "boolean", "example": true }, "name": { "type": "string", "example": "Example Title" }, "recordTypeId": { "type": "string", "example": "500123" }, "urls": { "type": "object", "properties": { "layout": { "type": "string", "example": "example_value" } }, "required": [ "layout" ] } }, "required": [ "active", "available", "defaultRecordTypeMapping", "developerName", "master", "name", "recordTypeId", "urls" ] } }, "replicateable": { "type": "boolean", "example": true }, "retrieveable": { "type": "boolean", "example": true }, "searchLayoutable": { "type": "boolean", "example": true }, "searchable": { "type": "boolean", "example": true }, "sobjectDescribeOption": { "type": "string", "example": "example_value" }, "supportedScopes": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "label": { "type": "string", "example": "Example Title" }, "name": { "type": "string", "example": "Example Title" } }, "required": [ "label", "name" ] } }, "triggerable": { "type": "boolean", "example": true }, "undeletable": { "type": "boolean", "example": true }, "updateable": { "type": "boolean", "example": true }, "urls": { "type": "object", "properties": { "compactLayouts": { "type": "string", "example": "example_value" }, "rowTemplate": { "type": "string", "example": "example_value" }, "approvalLayouts": { "type": "string", "example": "example_value" }, "uiDetailTemplate": { "type": "string", "example": "example_value" }, "uiEditTemplate": { "type": "string", "example": "example_value" }, "listviews": { "type": "string", "example": "example_value" }, "describe": { "type": "string", "example": "example_value" }, "uiNewRecord": { "type": "string", "example": "example_value" }, "quickActions": { "type": "string", "example": "example_value" }, "layouts": { "type": "string", "example": "example_value" }, "sobject": { "type": "string", "example": "example_value" } }, "required": [ "compactLayouts", "rowTemplate", "approvalLayouts", "uiDetailTemplate", "uiEditTemplate", "listviews", "describe", "uiNewRecord", "quickActions", "layouts", "sobject" ] } }, "required": [ "actionOverrides", "activateable", "associateEntityType", "associateParentEntity", "childRelationships", "compactLayoutable", "createable", "custom", "customSetting", "deepCloneable", "defaultImplementation", "deletable", "deprecatedAndHidden", "extendedBy", "extendsInterfaces", "feedEnabled", "fields", "hasSubtypes", "implementedBy", "implementsInterfaces", "isInterface", "isSubtype", "keyPrefix", "label", "labelPlural", "layoutable", "listviewable", "lookupLayoutable", "mergeable", "mruEnabled", "name", "namedLayoutInfos", "networkScopeFieldName", "queryable", "recordTypeInfos", "replicateable", "retrieveable", "searchLayoutable", "searchable", "sobjectDescribeOption", "supportedScopes", "triggerable", "undeletable", "updateable", "urls" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SObjectDescribe" }