{"$id":"https://ontarioprotocol.com/.well-known/x402-list-agent.schema.json","$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"examples":[{"agent_card_url":"https://example.com/.well-known/agent.json","description":"An AI agent that can safely pay x402 endpoints.","name":"My Agent","owner_contact":"ops@example.com","owner_url":"https://example.com","tags":["agent"]}],"properties":{"agent_card_url":{"format":"uri","pattern":"^https://","type":"string"},"description":{"maxLength":1000,"type":"string"},"name":{"maxLength":120,"minLength":1,"type":"string"},"owner_contact":{"maxLength":200,"type":"string"},"owner_url":{"format":"uri","pattern":"^https://","type":"string"},"tags":{"items":{"type":"string"},"maxItems":10,"type":"array"}},"required":["name","agent_card_url"],"title":"Ontario Protocol x402 list-agent payload schema","type":"object"}
