Salesforce · Schema
AccountbyId
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| data | object | |
| errors | array |
JSON Schema
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"uiapi": {
"type": "object",
"properties": {
"query": {
"type": "object",
"properties": {
"Account": {
"type": "object",
"properties": {
"edges": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
}
},
"required": [
"edges"
]
}
},
"required": [
"Account"
]
}
},
"required": [
"query"
]
}
},
"required": [
"uiapi"
]
},
"errors": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
}
},
"required": [
"data",
"errors"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AccountbyId"
}