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": "create_address_compute",
"evidence_scope": "caller_supplied_data",
"create_address": "{\"address\":\"0x535B3D7A252fa034Ed71F0C53ec0C6F784cB64E1\"}",
"warnings": [
"A computed address does not prove deployment or transaction inclusion."
]
}
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",
"create_address",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "create_address_compute",
"minLength": 22,
"maxLength": 22
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"create_address": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}