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": "polygon_bridge_deposit_inspect",
"evidence_scope": "caller_supplied_data",
"analyzed_network": "polygon",
"analysis_json": "{\"amount_consistent\":true,\"amounts\":[{\"amount_atomic\":\"100\",\"stage\":\"root_event\"},{\"amount_atomic\":\"100\",\"stage\":\"child_event\"}],\"completion_claimed\":false,\"network_context\":{\"accepted_chain_ids\":[\"137\",\"80002\"],\"bridge_model\":\"root-child state sync plus checkpoint evidence\",\"completion_policy\":\"never inferred without supplied evidence\",\"protocol_family\":\"Polygon PoS\"},\"observed_evidence\":[\"root_event\",\"child_event\"],\"observed_stage\":\"child_event\",\"records\":{\"child_event\":{\"amount_atomic\":\"100\",\"id\":\"1\",\"token\":\"0x0000000000000000000000000000000000000002\"},\"root_event\":{\"amount_atomic\":\"100\",\"id\":\"1\",\"token\":\"0x0000000000000000000000000000000000000001\"}}}",
"warnings": [
"Completion is reported only as observed evidence, never inferred finality."
]
}
View complete output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"minProperties": 5,
"maxProperties": 5,
"required": [
"service_id",
"evidence_scope",
"analyzed_network",
"analysis_json",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "polygon_bridge_deposit_inspect",
"minLength": 30,
"maxLength": 30
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"analyzed_network": {
"type": "string",
"const": "polygon",
"minLength": 7,
"maxLength": 7
},
"analysis_json": {
"type": "string",
"minLength": 2,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}