{
  "info": {
    "description": "A compact no-auth Packrift reference gateway for public exact-spec size bands, source rollups, product links, source hashes, and source-boundary metadata.",
    "title": "Packrift Exact Spec Size Agent Gateway",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/sample-exact-spec-size.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "JSONL sample"
          }
        },
        "summary": "Sample exact-spec size rows"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Stats JSON"
          }
        },
        "summary": "Exact-spec size gateway stats"
      }
    },
    "/sitemap.xml": {
      "get": {
        "responses": {
          "200": {
            "description": "Sitemap XML"
          }
        },
        "summary": "Gateway sitemap"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-exact-spec-size-gateway.vercel.app"
    }
  ]
}
