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": 7,
"maxProperties": 7,
"required": [
"original",
"normalized",
"origin",
"path",
"query",
"fragment",
"transformations"
],
"properties": {
"original": {
"type": "string",
"minLength": 1,
"maxLength": 2048
},
"normalized": {
"type": "string",
"minLength": 1,
"maxLength": 2048
},
"origin": {
"type": "string",
"minLength": 1,
"maxLength": 2048
},
"path": {
"type": "string",
"minLength": 1,
"maxLength": 2048
},
"query": {
"type": "string",
"minLength": 0,
"maxLength": 2048
},
"fragment": {
"type": "string",
"minLength": 0,
"maxLength": 2048
},
"transformations": {
"type": "array",
"minItems": 0,
"maxItems": 16,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 128
}
}
}
}