{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://okx.ai/schemas/evm-canon/v0.1/output.json","title":"evm-canon canonical output","type":"object","required":["result","report"],"additionalProperties":false,"properties":{"result":{"type":"object","required":["chainId","chain","address","symbol","name","decimals","amount_raw","amount_human","timestamp_utc","is_native","wrapped_of"],"additionalProperties":false,"properties":{"chainId":{"type":["integer","null"],"minimum":1},"chain":{"type":["string","null"]},"address":{"type":["string","null"],"pattern":"^0x[0-9a-fA-F]{40}$"},"symbol":{"type":["string","null"]},"name":{"type":["string","null"]},"decimals":{"type":["integer","null"],"minimum":0,"maximum":255},"amount_raw":{"type":["string","null"],"pattern":"^[0-9]+$"},"amount_human":{"type":["string","null"],"pattern":"^[0-9]+(\\.[0-9]+)?$"},"timestamp_utc":{"type":["string","null"],"pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"},"is_native":{"type":["boolean","null"]},"wrapped_of":{"type":["string","null"]}}},"report":{"type":"object","required":["symbol_ambiguous","resolved_by","scam_suspected","fields_inferred","fields_null","confidence","registry_version"],"additionalProperties":false,"properties":{"symbol_ambiguous":{"type":"boolean"},"resolved_by":{"type":"string","enum":["registry","onchain","heuristic"]},"scam_suspected":{"type":"boolean"},"fields_inferred":{"type":"array","items":{"type":"string"}},"fields_null":{"type":"array","items":{"type":"string"}},"confidence":{"type":"number","minimum":0,"maximum":1},"registry_version":{"type":"string"},"candidates":{"type":"array","items":{"type":"object","additionalProperties":false,"properties":{"chainId":{"type":"integer"},"chain":{"type":"string"},"address":{"type":["string","null"]},"symbol":{"type":"string"},"name":{"type":"string"},"decimals":{"type":"integer"},"is_native":{"type":"boolean"}}}},"notes":{"type":"array","items":{"type":"string"}}}}}}