Salesforce · Schema
ObjectDescribe1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| activateable | boolean | |
| associateEntityType | ['string', 'null'] | |
| associateParentEntity | ['string', 'null'] | |
| createable | boolean | |
| custom | boolean | |
| customSetting | boolean | |
| deepCloneable | boolean | |
| deletable | boolean | |
| deprecatedAndHidden | boolean | |
| feedEnabled | boolean | |
| hasSubtypes | boolean | |
| isInterface | boolean | |
| isSubtype | boolean | |
| keyPrefix | string | |
| label | string | |
| labelPlural | string | |
| layoutable | boolean | |
| mergeable | boolean | |
| mruEnabled | boolean | |
| name | string | |
| queryable | boolean | |
| replicateable | boolean | |
| retrieveable | boolean | |
| searchable | boolean | |
| triggerable | boolean | |
| undeletable | boolean | |
| updateable | boolean | |
| urls | object |
JSON Schema
{
"type": "object",
"properties": {
"activateable": {
"type": "boolean",
"example": true
},
"associateEntityType": {
"type": "['string', 'null']",
"example": "example_value"
},
"associateParentEntity": {
"type": "['string', 'null']",
"example": "example_value"
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"customSetting": {
"type": "boolean",
"example": true
},
"deepCloneable": {
"type": "boolean",
"example": true
},
"deletable": {
"type": "boolean",
"example": true
},
"deprecatedAndHidden": {
"type": "boolean",
"example": true
},
"feedEnabled": {
"type": "boolean",
"example": true
},
"hasSubtypes": {
"type": "boolean",
"example": true
},
"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
},
"mergeable": {
"type": "boolean",
"example": true
},
"mruEnabled": {
"type": "boolean",
"example": true
},
"name": {
"type": "string",
"example": "Example Title"
},
"queryable": {
"type": "boolean",
"example": true
},
"replicateable": {
"type": "boolean",
"example": true
},
"retrieveable": {
"type": "boolean",
"example": true
},
"searchable": {
"type": "boolean",
"example": true
},
"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"
},
"describe": {
"type": "string",
"example": "example_value"
},
"layouts": {
"type": "string",
"example": "example_value"
},
"sobject": {
"type": "string",
"example": "example_value"
}
},
"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"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ObjectDescribe1"
}