{
  "info": {
    "description": "Static public Packrift gateway for weight-density atlas summary and sample records.",
    "title": "Packrift Weight Density Agent Gateway",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/manifest.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Gateway manifest JSON"
          }
        },
        "summary": "Read gateway manifest"
      }
    },
    "/data/sample-weight-density.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "JSONL sample records"
          }
        },
        "summary": "Read sample public weight-density records"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Stats JSON"
          }
        },
        "summary": "Read gateway stats"
      }
    },
    "/sitemap.xml": {
      "get": {
        "responses": {
          "200": {
            "description": "Sitemap XML"
          }
        },
        "summary": "Read sitemap"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-weight-density-gateway.vercel.app"
    }
  ]
}
