{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://pointcast.xyz/schemas/agent-instance.schema.json","title":"Registered agent instance","type":"object","required":["ok","agent"],"properties":{"ok":{"const":true},"agent":{"type":"object","required":["agent_id","key_id","public_key","operator","scopes","expires_at","status"],"properties":{"agent_id":{"type":"string","pattern":"^pci_[0-9a-f]{32}$"},"key_id":{"type":"string","pattern":"^pck_[0-9a-f]{32}$"},"public_key":{"type":"string"},"operator":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"expires_at":{"type":"string","format":"date-time"},"status":{"enum":["active","expired","rotated","revoked"]}}}}}
