{
  "version": 1,
  "id": "e707b75c-ce61-46cb-b0bf-7f36ccf8c001",
  "name": "Sample living room",
  "unit": "meters",
  "width": 180,
  "depth": 168,
  "furniture": [
    {
      "id": "e707b75c-ce61-46cb-b0bf-7f36ccf8c002",
      "type": "sofa-3-seater",
      "name": "3-Seater Sofa",
      "category": "living-room",
      "dimensions": {
        "width": 84,
        "depth": 36
      },
      "position": {
        "x": 90,
        "y": 36
      },
      "rotation": 0,
      "clearance": 18
    },
    {
      "id": "e707b75c-ce61-46cb-b0bf-7f36ccf8c003",
      "type": "coffee-table-rect",
      "name": "Coffee Table",
      "category": "living-room",
      "dimensions": {
        "width": 48,
        "depth": 24
      },
      "position": {
        "x": 90,
        "y": 90
      },
      "rotation": 0,
      "clearance": 18
    }
  ]
}