Illustrative output from the canonical adapter fixture and schema. It is not a completed paid execution or a current live observation.
View complete output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"minProperties": 4,
"maxProperties": 4,
"required": [
"valid",
"errors",
"failingPaths",
"schemaPaths"
],
"properties": {
"valid": {
"type": "boolean"
},
"errors": {
"type": "array",
"minItems": 0,
"maxItems": 64,
"items": {
"type": "object",
"additionalProperties": false,
"minProperties": 5,
"maxProperties": 5,
"required": [
"keyword",
"instancePath",
"schemaPath",
"message",
"paramsJson"
],
"properties": {
"keyword": {
"type": "string",
"minLength": 1,
"maxLength": 128
},
"instancePath": {
"type": "string",
"minLength": 0,
"maxLength": 2048
},
"schemaPath": {
"type": "string",
"minLength": 0,
"maxLength": 2048
},
"message": {
"type": "string",
"minLength": 1,
"maxLength": 2048
},
"paramsJson": {
"type": "string",
"minLength": 2,
"maxLength": 8192
}
}
}
},
"failingPaths": {
"type": "array",
"minItems": 0,
"maxItems": 64,
"items": {
"type": "string",
"minLength": 0,
"maxLength": 2048
}
},
"schemaPaths": {
"type": "array",
"minItems": 0,
"maxItems": 64,
"items": {
"type": "string",
"minLength": 0,
"maxLength": 2048
}
}
}
}