{
  "info": {
    "description": "Public API for GitHub Pages API Directory Gateway stats and samples.",
    "title": "Packrift GitHub Pages API Directory Gateway",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/sample-github-pages-api-directory.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "JSONL sample rows"
          }
        },
        "summary": "Gateway sample rows"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Stats JSON"
          }
        },
        "summary": "Gateway stats"
      }
    },
    "/sitemap.xml": {
      "get": {
        "responses": {
          "200": {
            "description": "XML sitemap"
          }
        },
        "summary": "Gateway sitemap"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-github-pages-api-gateway.vercel.app"
    }
  ]
}
