Salesforce · Schema
Status400-EmptyExpressionSetAPIName1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| actionName | string | |
| errors | array | |
| isSuccess | boolean | |
| outputValues | ['string', 'null'] | |
| version | integer |
JSON Schema
{
"type": "object",
"properties": {
"actionName": {
"type": "string",
"example": "example_value"
},
"errors": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"statusCode": {
"type": "string",
"example": "example_value"
},
"message": {
"type": "string",
"example": "example_value"
},
"fields": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
}
},
"required": [
"statusCode",
"message",
"fields"
]
}
},
"isSuccess": {
"type": "boolean",
"example": true
},
"outputValues": {
"type": "['string', 'null']",
"example": "example_value"
},
"version": {
"type": "integer",
"example": 10
}
},
"required": [
"actionName",
"errors",
"isSuccess",
"outputValues",
"version"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Status400-EmptyExpressionSetAPIName1"
}