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": [
"normalized",
"value",
"repairs",
"duplicateKeys"
],
"properties": {
"normalized": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"value": {
"type": [
"object",
"array",
"string",
"number",
"boolean",
"null"
]
},
"repairs": {
"type": "array",
"minItems": 0,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 64
}
},
"duplicateKeys": {
"type": "array",
"minItems": 0,
"maxItems": 64,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 256
}
}
}
}