Salesforce · Schema
ObjectInfos
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| Group | object | |
| Lead | object | |
| Name | object | |
| User | object |
JSON Schema
{
"type": "object",
"properties": {
"Group": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"associateEntityType": {
"type": "['string', 'null']",
"example": "example_value"
},
"associateParentEntity": {
"type": "['string', 'null']",
"example": "example_value"
},
"childRelationships": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"childObjectApiName": {
"type": "string",
"example": "example_value"
},
"fieldName": {
"type": "string",
"example": "example_value"
},
"junctionIdListNames": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"junctionReferenceTo": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"relationshipName": {
"type": "string",
"example": "example_value"
}
},
"required": [
"childObjectApiName",
"fieldName",
"junctionIdListNames",
"junctionReferenceTo",
"relationshipName"
]
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"defaultRecordTypeId": {
"type": "['string', 'null']",
"example": "500123"
},
"deletable": {
"type": "boolean",
"example": true
},
"dependentFields": {
"type": "object",
"example": "example_value"
},
"eTag": {
"type": "string",
"example": "example_value"
},
"feedEnabled": {
"type": "boolean",
"example": true
},
"fields": {
"type": "object",
"properties": {
"CreatedById": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
"polymorphicForeignKey": {
"type": "boolean",
"example": true
},
"precision": {
"type": "integer",
"example": 10
},
"reference": {
"type": "boolean",
"example": true
},
"referenceTargetField": {
"type": "['string', 'null']",
"example": "example_value"
},
"referenceToInfos": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"apiName": {
"type": "object"
},
"nameFields": {
"type": "object"
}
},
"required": [
"apiName",
"nameFields"
]
}
},
"relationshipName": {
"type": "string",
"example": "example_value"
},
"required": {
"type": "boolean",
"example": true
},
"scale": {
"type": "integer",
"example": 10
},
"searchPrefilterable": {
"type": "boolean",
"example": true
},
"sortable": {
"type": "boolean",
"example": true
},
"unique": {
"type": "boolean",
"example": true
},
"updateable": {
"type": "boolean",
"example": true
}
},
"required": [
"apiName",
"calculated",
"compound",
"compoundComponentName",
"compoundFieldName",
"controllerName",
"controllingFields",
"createable",
"custom",
"dataType",
"extraTypeInfo",
"filterable",
"filteredLookupInfo",
"highScaleNumber",
"htmlFormatted",
"inlineHelpText",
"label",
"length",
"nameField",
"polymorphicForeignKey",
"precision",
"reference",
"referenceTargetField",
"referenceToInfos",
"relationshipName",
"required",
"scale",
"searchPrefilterable",
"sortable",
"unique",
"updateable"
]
},
"CreatedDate": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
"polymorphicForeignKey": {
"type": "boolean",
"example": true
},
"precision": {
"type": "integer",
"example": 10
},
"reference": {
"type": "boolean",
"example": true
},
"referenceTargetField": {
"type": "['string', 'null']",
"example": "example_value"
},
"referenceToInfos": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"relationshipName": {
"type": "['string', 'null']",
"example": "example_value"
},
"required": {
"type": "boolean",
"example": true
},
"scale": {
"type": "integer",
"example": 10
},
"searchPrefilterable": {
"type": "boolean",
"example": true
},
"sortable": {
"type": "boolean",
"example": true
},
"unique": {
"type": "boolean",
"example": true
},
"updateable": {
"type": "boolean",
"example": true
}
},
"required": [
"apiName",
"calculated",
"compound",
"compoundComponentName",
"compoundFieldName",
"controllerName",
"controllingFields",
"createable",
"custom",
"dataType",
"extraTypeInfo",
"filterable",
"filteredLookupInfo",
"highScaleNumber",
"htmlFormatted",
"inlineHelpText",
"label",
"length",
"nameField",
"polymorphicForeignKey",
"precision",
"reference",
"referenceTargetField",
"referenceToInfos",
"relationshipName",
"required",
"scale",
"searchPrefilterable",
"sortable",
"unique",
"updateable"
]
},
"DeveloperName": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
"polymorphicForeignKey": {
"type": "boolean",
"example": true
},
"precision": {
"type": "integer",
"example": 10
},
"reference": {
"type": "boolean",
"example": true
},
"referenceTargetField": {
"type": "['string', 'null']",
"example": "example_value"
},
"referenceToInfos": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"relationshipName": {
"type": "['string', 'null']",
"example": "example_value"
},
"required": {
"type": "boolean",
"example": true
},
"scale": {
"type": "integer",
"example": 10
},
"searchPrefilterable": {
"type": "boolean",
"example": true
},
"sortable": {
"type": "boolean",
"example": true
},
"unique": {
"type": "boolean",
"example": true
},
"updateable": {
"type": "boolean",
"example": true
}
},
"required": [
"apiName",
"calculated",
"compound",
"compoundComponentName",
"compoundFieldName",
"controllerName",
"controllingFields",
"createable",
"custom",
"dataType",
"extraTypeInfo",
"filterable",
"filteredLookupInfo",
"highScaleNumber",
"htmlFormatted",
"inlineHelpText",
"label",
"length",
"nameField",
"polymorphicForeignKey",
"precision",
"reference",
"referenceTargetField",
"referenceToInfos",
"relationshipName",
"required",
"scale",
"searchPrefilterable",
"sortable",
"unique",
"updateable"
]
},
"DoesIncludeBosses": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
"polymorphicForeignKey": {
"type": "boolean",
"example": true
},
"precision": {
"type": "integer",
"example": 10
},
"reference": {
"type": "boolean",
"example": true
},
"referenceTargetField": {
"type": "['string', 'null']",
"example": "example_value"
},
"referenceToInfos": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"relationshipName": {
"type": "['string', 'null']",
"example": "example_value"
},
"required": {
"type": "boolean",
"example": true
},
"scale": {
"type": "integer",
"example": 10
},
"searchPrefilterable": {
"type": "boolean",
"example": true
},
"sortable": {
"type": "boolean",
"example": true
},
"unique": {
"type": "boolean",
"example": true
},
"updateable": {
"type": "boolean",
"example": true
}
},
"required": [
"apiName",
"calculated",
"compound",
"compoundComponentName",
"compoundFieldName",
"controllerName",
"controllingFields",
"createable",
"custom",
"dataType",
"extraTypeInfo",
"filterable",
"filteredLookupInfo",
"highScaleNumber",
"htmlFormatted",
"inlineHelpText",
"label",
"length",
"nameField",
"polymorphicForeignKey",
"precision",
"reference",
"referenceTargetField",
"referenceToInfos",
"relationshipName",
"required",
"scale",
"searchPrefilterable",
"sortable",
"unique",
"updateable"
]
},
"DoesSendEmailToMembers": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
"polymorphicForeignKey": {
"type": "boolean",
"example": true
},
"precision": {
"type": "integer",
"example": 10
},
"reference": {
"type": "boolean",
"example": true
},
"referenceTargetField": {
"type": "['string', 'null']",
"example": "example_value"
},
"referenceToInfos": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"relationshipName": {
"type": "['string', 'null']",
"example": "example_value"
},
"required": {
"type": "boolean",
"example": true
},
"scale": {
"type": "integer",
"example": 10
},
"searchPrefilterable": {
"type": "boolean",
"example": true
},
"sortable": {
"type": "boolean",
"example": true
},
"unique": {
"type": "boolean",
"example": true
},
"updateable": {
"type": "boolean",
"example": true
}
},
"required": [
"apiName",
"calculated",
"compound",
"compoundComponentName",
"compoundFieldName",
"controllerName",
"controllingFields",
"createable",
"custom",
"dataType",
"extraTypeInfo",
"filterable",
"filteredLookupInfo",
"highScaleNumber",
"htmlFormatted",
"inlineHelpText",
"label",
"length",
"nameField",
"polymorphicForeignKey",
"precision",
"reference",
"referenceTargetField",
"referenceToInfos",
"relationshipName",
"required",
"scale",
"searchPrefilterable",
"sortable",
"unique",
"updateable"
]
},
"Email": {
"type": "object",
"properties": {
"apiName": {
"type": "string",
"example": "example_value"
},
"calculated": {
"type": "boolean",
"example": true
},
"compound": {
"type": "boolean",
"example": true
},
"compoundComponentName": {
"type": "['string', 'null']",
"example": "example_value"
},
"compoundFieldName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllerName": {
"type": "['string', 'null']",
"example": "example_value"
},
"controllingFields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"createable": {
"type": "boolean",
"example": true
},
"custom": {
"type": "boolean",
"example": true
},
"dataType": {
"type": "string",
"example": "example_value"
},
"extraTypeInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"filterable": {
"type": "boolean",
"example": true
},
"filteredLookupInfo": {
"type": "['string', 'null']",
"example": "example_value"
},
"highScaleNumber": {
"type": "boolean",
"example": true
},
"htmlFormatted": {
"type": "boolean",
"example": true
},
"inlineHelpText": {
"type": "['string', 'null']",
"example": "example_value"
},
"label": {
"type": "string",
"example": "Example Title"
},
"length": {
"type": "integer",
"example": 10
},
"nameField": {
"type": "boolean",
"example": true
},
# --- truncated at 32 KB (1568 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/json-schema/salesforce-object-infos-schema.json