Salesforce · Schema
Layouts
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| Lead | object |
JSON Schema
{
"type": "object",
"properties": {
"Lead": {
"type": "object",
"properties": {
"012000000000000AAA": {
"type": "object",
"properties": {
"Full": {
"type": "object",
"properties": {
"View": {
"type": "object",
"properties": {
"eTag": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"layoutType": {
"type": "string",
"example": "example_value"
},
"mode": {
"type": "string",
"example": "example_value"
},
"objectApiName": {
"type": "string",
"example": "example_value"
},
"recordTypeId": {
"type": "string",
"example": "500123"
},
"saveOptions": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
},
"sections": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
}
},
"required": [
"eTag",
"id",
"layoutType",
"mode",
"objectApiName",
"recordTypeId",
"saveOptions",
"sections"
]
}
},
"required": [
"View"
]
}
},
"required": [
"Full"
]
}
},
"required": [
"012000000000000AAA"
]
}
},
"required": [
"Lead"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Layouts"
}