{ "type": "object", "name": "TestResult", "properties": { "actualValue": { "type": "string" }, "endTime": { "type": "string" }, "errorCode": { "type": "integer" }, "expectedValue": { "type": "string" }, "metricLabel": { "type": "string" }, "name": { "type": "string" }, "result": { "type": "string" }, "score": { "type": "integer" }, "startTime": { "type": "string" }, "status": { "type": "string" }, "metricExplainability": { "type": "string" } }, "required": [ "endTime", "errorCode", "metricLabel", "name", "score", "startTime", "status" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }