{
  "info": {
    "description": "Public Packrift SKU comparison reference for approved in-stock catalog items, with same-product-type review candidates, dimension and volume proximity, price bands, inventory bands, and public Packrift links.",
    "title": "Packrift SKU Comparison Atlas",
    "version": "2026-06-01"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/sku-comparison-records.json": {
      "get": {
        "responses": {
          "200": {
            "description": "SKU comparison JSON records"
          }
        },
        "summary": "Read SKU comparison records"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Statistics JSON"
          }
        },
        "summary": "Read atlas stats"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-sku-comparison-atlas.vercel.app"
    }
  ]
}
