{
  "info": {
    "description": "Read-only public Packrift procurement-readiness gateway. Snapshot reference only.",
    "title": "Packrift Procurement Readiness Gateway",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/sample-readiness.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "JSONL sample rows"
          }
        },
        "summary": "Fetch public sample readiness rows"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Stats JSON"
          }
        },
        "summary": "Fetch aggregate gateway stats"
      }
    },
    "/sitemap.xml": {
      "get": {
        "responses": {
          "200": {
            "description": "XML sitemap"
          }
        },
        "summary": "Fetch gateway sitemap"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-procurement-readiness-gate.vercel.app"
    }
  ],
  "x_packrift_boundary": [
    "Static Packrift-owned procurement-readiness gateway for public-safe catalog readiness signals.",
    "Availability, price-band, GTIN, and weight-band values are source snapshot fields, not current commerce promises.",
    "No purchase/session records, carrier estimate, fulfillment commitment, supplier economics, profitability math, private access material, or private source path is included.",
    "Packrift.com remains the source of truth for buying, live pricing, availability, shipping, and delivery."
  ]
}
