Realistic output shape
Illustrative output from the canonical adapter fixture and schema. It is not a completed paid execution or a current live observation.
{
"service_id": "evm_transaction_receipt_match",
"evidence_scope": "caller_supplied_data",
"transaction_receipt_match": "{\"checks\":{\"block_hash\":true,\"block_number\":true,\"transaction_hash\":true},\"matches\":true}",
"warnings": [
"A matching pair is not proof that either record came from a chain."
]
}
View complete output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"minProperties": 4,
"maxProperties": 4,
"required": [
"service_id",
"evidence_scope",
"transaction_receipt_match",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "evm_transaction_receipt_match",
"minLength": 29,
"maxLength": 29
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"transaction_receipt_match": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}