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": "wallet_counterparty_summary",
"evidence_scope": "caller_supplied_data",
"wallet_counterparty_summary": "{\"counterparties\":{\"0x0000000000000000000000000000000000000002\":{\"in\":0,\"interaction\":1,\"out\":0}},\"counterparty_count\":1}",
"warnings": [
"Labels and identities are not inferred or verified."
]
}
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",
"wallet_counterparty_summary",
"warnings"
],
"properties": {
"service_id": {
"type": "string",
"const": "wallet_counterparty_summary",
"minLength": 27,
"maxLength": 27
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"wallet_counterparty_summary": {
"type": "string",
"minLength": 1,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}