{
  "schema_version": 1,
  "shelves": [
    {
      "id": "A",
      "width_mm": 900,
      "height_mm": 300,
      "depth_mm": 350,
      "max_weight_g": 20000
    },
    {
      "id": "B",
      "width_mm": 800,
      "height_mm": 250,
      "depth_mm": 350,
      "max_weight_g": 15000
    }
  ],
  "skus": [
    {
      "id": "tea-green",
      "brand": "Tea",
      "width_mm": 70,
      "height_mm": 180,
      "depth_mm": 80,
      "weight_g": 200,
      "facings": 4,
      "allowed_shelves": [
        "A",
        "B"
      ]
    },
    {
      "id": "tea-black",
      "brand": "Tea",
      "width_mm": 75,
      "height_mm": 190,
      "depth_mm": 80,
      "weight_g": 220,
      "facings": 4,
      "allowed_shelves": [
        "A",
        "B"
      ]
    },
    {
      "id": "coffee",
      "brand": "Coffee",
      "width_mm": 110,
      "height_mm": 230,
      "depth_mm": 110,
      "weight_g": 500,
      "facings": 5,
      "allowed_shelves": [
        "A",
        "B"
      ]
    }
  ],
  "brand_order": [
    "Tea",
    "Coffee"
  ],
  "previous": []
}