{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://mandateshield.com/schemas/decision-receipt-v2.json","title":"MandateShield Signed Decision Receipt v2","type":"object","required":["format","compact","receipt_id","key_id","jwks_uri","verify_uri"],"properties":{"format":{"const":"application/mandateshield-receipt+jwt"},"compact":{"type":"string","pattern":"^[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+$"},"receipt_id":{"type":"string","pattern":"^msr_[a-f0-9]{32}$"},"key_id":{"type":"string"},"jwks_uri":{"const":"https://mandateshield.com/.well-known/jwks.json"},"verify_uri":{"const":"https://mandateshield.com/api/v2/receipts/verify"}}}