{
  "openapi": "3.1.0",
  "info": {
    "title": "Packrift SKU Dimension Atlas",
    "version": "2026-06-01",
    "description": "Public Packrift catalog-approved SKU dimension, weight, price-band, and product-type reference atlas."
  },
  "servers": [
    {
      "url": "https://packrift-sku-dimension-atlas.vercel.app"
    }
  ],
  "paths": {
    "/data/sku-dimension-atlas.json": {
      "get": {
        "summary": "Fetch public SKU dimension rows",
        "responses": {
          "200": {
            "description": "JSON rows"
          }
        }
      }
    },
    "/data/stats.json": {
      "get": {
        "summary": "Fetch atlas stats",
        "responses": {
          "200": {
            "description": "Stats"
          }
        }
      }
    }
  }
}
