{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://pointcast.xyz/schemas/agent-revoke.schema.json","title":"Revoke an agent instance key","type":"object","additionalProperties":false,"required":["challenge_id","signature"],"properties":{"challenge_id":{"type":"string","pattern":"^pch_[0-9a-f]{32}$"},"signature":{"type":"string","description":"Current key signature over the revoke challenge."}}}
