Salesforce · Schema
Items20
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| properties | object |
JSON Schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"properties": {
"type": "object",
"properties": {
"message": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"fields": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
}
},
"required": [
"type",
"items"
]
},
"statusCode": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"extendedErrorDetails": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"properties": {
"type": "object",
"example": "example_value"
}
},
"required": [
"type",
"properties"
]
}
},
"required": [
"type",
"items"
]
}
},
"required": [
"message",
"fields",
"statusCode",
"extendedErrorDetails"
]
}
},
"required": [
"type",
"properties"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Items20"
}