Salesforce · Schema
TestResult
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| actualValue | string | |
| endTime | string | |
| errorCode | integer | |
| expectedValue | string | |
| metricLabel | string | |
| name | string | |
| result | string | |
| score | integer | |
| startTime | string | |
| status | string | |
| metricExplainability | string |
JSON Schema
{
"type": "object",
"properties": {
"actualValue": {
"type": "string",
"example": "example_value"
},
"endTime": {
"type": "string",
"example": "2026-01-15T10:30:00Z"
},
"errorCode": {
"type": "integer",
"example": 10
},
"expectedValue": {
"type": "string",
"example": "example_value"
},
"metricLabel": {
"type": "string",
"example": "example_value"
},
"name": {
"type": "string",
"example": "Example Title"
},
"result": {
"type": "string",
"example": "example_value"
},
"score": {
"type": "integer",
"example": 10
},
"startTime": {
"type": "string",
"example": "2026-01-15T10:30:00Z"
},
"status": {
"type": "string",
"example": "example_value"
},
"metricExplainability": {
"type": "string",
"example": "example_value"
}
},
"required": [
"endTime",
"errorCode",
"metricLabel",
"name",
"score",
"startTime",
"status"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TestResult"
}