{
  "module": "pack",
  "version": "1.0",
  "purpose": "Re-verifies every block in a period against the hash sealed at the time, and checks the gapless receipt sequence for a single key.",
  "periods": [
    "YYYY",
    "YYYY-MM",
    "YYYY-Qn"
  ],
  "routes": {
    "GET /x/pack/spec": "public",
    "GET /x/pack/preview?period=": "keyed, json",
    "GET /x/pack/render?period=": "keyed, one page",
    "GET /x/pack/history": "keyed",
    "POST /x/pack/issue": "keyed, seals the pack"
  },
  "scope": "add scope=me for your key only; omit for deployment-wide",
  "does_not_prove": [
    "That any decision recorded here was correct.",
    "That an external peer's chain is honest."
  ]
}