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_storage_slot_compute",
"evidence_scope": "caller_supplied_data",
"computed_storage_slot": "{\"key_type\":\"address\",\"kind\":\"mapping\",\"slot\":\"0xada5013122d395ba3c54772283fb069b10426056ef8ca54750cb9bb552a59e7d\"}",
"warnings": [
"The caller must supply the correct layout and key encoding."
]
}
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",
"computed_storage_slot",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "evm_storage_slot_compute",
"minLength": 24,
"maxLength": 24
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"computed_storage_slot": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}