Salesforce · Schema
Describeeventchannel
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| actionOverrides | array | |
| activateable | boolean | |
| associateEntityType | ['string', 'null'] | |
| associateParentEntity | ['string', 'null'] | |
| childRelationships | array | |
| compactLayoutable | boolean | |
| createable | boolean | |
| custom | boolean | |
| customSetting | boolean | |
| deepCloneable | boolean | |
| defaultImplementation | ['string', 'null'] | |
| deletable | boolean | |
| deprecatedAndHidden | boolean | |
| extendedBy | ['string', 'null'] | |
| extendsInterfaces | ['string', 'null'] | |
| feedEnabled | boolean | |
| fields | array | |
| hasSubtypes | boolean | |
| implementedBy | ['string', 'null'] | |
| implementsInterfaces | ['string', 'null'] | |
| isInterface | boolean | |
| isSubtype | boolean | |
| keyPrefix | string | |
| label | string | |
| labelPlural | string | |
| layoutable | boolean | |
| listviewable | ['string', 'null'] | |
| lookupLayoutable | ['string', 'null'] | |
| mergeable | boolean | |
| mruEnabled | boolean | |
| name | string | |
| namedLayoutInfos | array | |
| networkScopeFieldName | ['string', 'null'] | |
| queryable | boolean | |
| recordTypeInfos | array | |
| replicateable | boolean | |
| retrieveable | boolean | |
| searchLayoutable | boolean | |
| searchable | boolean | |
| sobjectDescribeOption | string | |
| supportedScopes | array | |
| triggerable | boolean | |
| undeletable | boolean | |
| updateable | boolean | |
| urls | object |
JSON Schema
{
"type": "object",
"properties": {
"actionOverrides": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"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": "string"
}
},
"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": "string"
}
},
"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": {
"rowTemplate": {
"type": "string",
"example": "example_value"
},
"describe": {
"type": "string",
"example": "example_value"
},
"sobject": {
"type": "string",
"example": "example_value"
}
},
"required": [
"rowTemplate",
"describe",
"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": "Describeeventchannel"
}