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_transaction_forensic_report",
"evidence_scope": "caller_supplied_data",
"analyzed_network": "polygon",
"analysis_json": "{\"complexity\":{\"band\":\"low\",\"counts\":{\"calls\":0,\"inner\":0,\"instructions\":0,\"keys\":0,\"logs\":1},\"interpretation\":\"structural_complexity_only\",\"network\":\"polygon\",\"score\":2},\"evidence_gaps\":[\"authenticity_not_verified\",\"finality_not_verified\",\"calls_not_supplied\"],\"execution\":{\"contract_address\":null,\"effective_gas_price\":\"105\",\"execution_fee\":\"2205000\",\"gas_used\":\"21000\",\"l1_fee\":\"0\",\"log_count\":1,\"status\":\"0x1\",\"successful\":true,\"total_supplied_fee\":\"2205000\",\"transaction_hash\":\"0x1111111111111111111111111111111111111111111111111111111111111111\",\"warnings\":[\"receipt authenticity and finality are not verified\"]},\"fees\":{\"execution_fee\":\"2205000\",\"l1_fee\":\"0\",\"total_supplied_fee\":\"2205000\"},\"identity\":{\"checks\":[{\"field\":\"hash\",\"match\":true,\"receipt\":\"0x1111111111111111111111111111111111111111111111111111111111111111\",\"transaction\":\"0x1111111111111111111111111111111111111111111111111111111111111111\"},{\"field\":\"transaction_hash\",\"match\":true,\"receipt\":\"0x1111111111111111111111111111111111111111111111111111111111111111\",\"transaction\":\"0x1111111111111111111111111111111111111111111111111111111111111111\"},{\"field\":\"from\",\"match\":true,\"receipt\":\"0x0000000000000000000000000000000000000001\",\"transaction\":\"0x0000000000000000000000000000000000000001\"},{\"field\":\"to\",\"match\":true,\"receipt\":\"0x0000000000000000000000000000000000000002\",\"transaction\":\"0x0000000000000000000000000000000000000002\"},{\"field\":\"type\",\"match\":true,\"receipt\":\"0x2\",\"transaction\":\"0x2\"},{\"field\":\"chain_id\",\"match\":true,\"receipt\":\"137\",\"transaction\":\"137\"}],\"consistent\":true},\"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\"}}",
"warnings": [
"Does not prove finality, authenticity, bridge completion, or contract safety."
]
}
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_transaction_forensic_report",
"minLength": 35,
"maxLength": 35
},
"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
}
}
}
}