{
  "info": {
    "description": "Static public Packrift authority gateway registry.",
    "title": "Packrift Authority Gateway Registry",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/gateway-registry.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public gateway registry JSON"
          }
        },
        "summary": "Registry JSON"
      }
    },
    "/data/gateway-registry.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "Public gateway registry JSONL"
          }
        },
        "summary": "Registry rows"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public stats JSON"
          }
        },
        "summary": "Registry stats"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-authority-gateway-registry.vercel.app"
    }
  ]
}
