{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://usedeed.app/contracts/deed.proof_card.onchain_revocation.v1.schema.json",
  "title": "DEED proof-card on-chain revocation pointer or replay evidence v1",
  "type": "object",
  "required": ["schema"],
  "properties": {
    "schema": { "const": "https://usedeed.app/contracts/deed.proof_card.onchain_revocation.v1.schema.json" },
    "type": { "type": "string" },
    "chain": { "type": "object" },
    "registry": { "type": "object" },
    "method": { "type": "string" },
    "selector": { "type": "string" },
    "cardIdHash": { "type": "string", "pattern": "^0x[0-9a-fA-F]{64}$" },
    "rpcUrl": { "type": "string", "format": "uri" },
    "custodyBoundary": { "type": "string", "minLength": 1 }
  },
  "additionalProperties": true
}
