{
 "_example": {
  "is_example": true,
  "note": "Synthetic schema example. This receipt was NOT produced by a paid call and describes NO on-ledger execution. Every integration-dependent value is a placeholder. Real mainnet proofs are linked from https://agentnomos.com/xrpl .",
  "placeholders": [
   "receipt_id, evidence_id -- minted per call by the service",
   "request_digest -- sha256 of your exact request body",
   "evaluated_terms.destination -- redacted first4…last4 by the service",
   "evaluated_terms.invoice_id -- the payment you are asking about",
   "evaluated_terms.source_tag -- your own attribution tag, echoed back unchanged",
   "issued_at_ms -- 0 here; a real receipt carries a unix timestamp in ms",
   "fee_settlement.transaction, fee_settlement.payer -- the fee payment you signed"
  ],
  "receipt_hash_scope": "sha256 over nomos.canonical-json.v1 of this object WITHOUT the `_example` and `receipt_hash` keys; canonical JSON = sorted keys, no whitespace, UTF-8.",
  "reproduce": "python3 -c \"import json,hashlib;d=json.load(open('receipt.example.json'));c={k:v for k,v in d.items() if k not in ('_example','receipt_hash')};print('sha256:'+hashlib.sha256(json.dumps(c,sort_keys=True,separators=(',',':'),ensure_ascii=False).encode()).hexdigest())\""
 },
 "schema": "nomos.xrpl.preflight.receipt.v0.1",
 "receipt_id": "pfr_EXAMPLE00000000",
 "evidence_id": "ev_EXAMPLE00000000",
 "request_digest": "sha256:<sha256 of your exact request body>",
 "decision": "ALLOW",
 "reason_codes": [],
 "evaluated_terms": {
  "network": "xrpl:0",
  "destination": "rEXA…MPLE",
  "asset": "XRP",
  "amount_drops": 5000,
  "invoice_id": "<64-hex invoice id of the payment you are asking about>",
  "source_tag": 1
 },
 "policy_result": {
  "policy_id": "nxp-policy-v0.1",
  "outcome": "ALLOW",
  "limits": {
   "xrp_autonomous_max_drops": 1000000,
   "rlusd_autonomous_max_value": 1.0
  }
 },
 "authority_result": {
  "authority_id": "operator-default",
  "mode": "static-policy",
  "authorized": true,
  "human_gate_required": false
 },
 "issued_at_ms": 0,
 "fee_settlement": {
  "adapter": "hosted-xrpl-facilitator",
  "endpoint_host": "xrpl-facilitator-mainnet.t54.ai",
  "network": "xrpl:0",
  "transaction": "<64-hex hash of the fee settlement>",
  "payer": "<payer classic address>"
 },
 "receipt_hash": "sha256:70ec2e2f91497913d750139dbc4fb0031872cffa5b03afd706709c9a789fe704"
}
