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": "typed_data_inspect",
"evidence_scope": "caller_supplied_data",
"typed_data_inspection": "{\"cycles\":[],\"dependencies\":{\"Note\":[]},\"digest\":\"0x8db8c5ec3114da2288a018bc3f8bae3e5e0ef77c3848832fe9adbea12c047e1b\",\"primary_type\":\"Note\",\"type_count\":1}",
"warnings": [
"Inspection does not prove signer intent or contract acceptance."
]
}
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",
"typed_data_inspection",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "typed_data_inspect",
"minLength": 18,
"maxLength": 18
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"typed_data_inspection": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}