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": "solana_alt_resolve",
"evidence_scope": "caller_supplied_data",
"analyzed_network": "solana",
"analysis_json": "{\"complete\":true,\"loaded_addresses\":[\"11111111111111111111111111111111\",\"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA\"],\"readonly\":[{\"address\":\"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA\",\"index\":1,\"lookup\":0}],\"unresolved\":[],\"writable\":[{\"address\":\"11111111111111111111111111111111\",\"index\":0,\"lookup\":0}]}",
"warnings": [
"Tables and addresses are trusted as supplied and are not chain verified."
]
}
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": "solana_alt_resolve",
"minLength": 18,
"maxLength": 18
},
"evidence_scope": {
"type": "string",
"const": "caller_supplied_data",
"minLength": 20,
"maxLength": 20
},
"analyzed_network": {
"type": "string",
"const": "solana",
"minLength": 6,
"maxLength": 6
},
"analysis_json": {
"type": "string",
"minLength": 2,
"maxLength": 65536
},
"warnings": {
"type": "array",
"minItems": 1,
"maxItems": 8,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 512
}
}
}
}