{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "dateModified": "2026-06-02",
  "name": "Privacy Budget Ledger",
  "scopes": [
    {
      "scope": "global",
      "epsilonCap": 10,
      "deltaCap": 0.00001,
      "windowDays": 365
    },
    {
      "scope": "per-dataset",
      "epsilonCap": 4,
      "windowDays": 90
    },
    {
      "scope": "per-agent",
      "epsilonCap": 1,
      "windowDays": 30
    }
  ],
  "composition": "RDP composition then converted to (ε,δ); falls back to advanced composition if RDP unavailable",
  "ledgerStorage": "append-only, hash-chained, anchored daily in /agent-audit/",
  "exhaustionBehavior": "requests over budget return HTTP 429 with body.code=dp.budget.exhausted and resetAt timestamp"
}