{
 "units": "m",
 "rooms": [
  {
   "id": "foyer",
   "name": "Entry foyer",
   "polygon": [
    [
     0,
     0
    ],
    [
     3,
     0
    ],
    [
     3,
     3
    ],
    [
     0,
     3
    ]
   ],
   "confidence": "medium"
  },
  {
   "id": "living",
   "name": "Living room",
   "polygon": [
    [
     3,
     0
    ],
    [
     9,
     0
    ],
    [
     9,
     5
    ],
    [
     3,
     5
    ]
   ],
   "confidence": "high"
  },
  {
   "id": "dining",
   "name": "Dining room",
   "polygon": [
    [
     3,
     5
    ],
    [
     7,
     5
    ],
    [
     7,
     9
    ],
    [
     3,
     9
    ]
   ],
   "confidence": "high"
  },
  {
   "id": "kitchen",
   "name": "Kitchen",
   "polygon": [
    [
     7,
     5
    ],
    [
     11,
     5
    ],
    [
     11,
     9
    ],
    [
     7,
     9
    ]
   ],
   "confidence": "high"
  },
  {
   "id": "hallway",
   "name": "Hallway",
   "polygon": [
    [
     0,
     3
    ],
    [
     3,
     3
    ],
    [
     3,
     9
    ],
    [
     0,
     9
    ]
   ],
   "confidence": "medium"
  },
  {
   "id": "bathroom",
   "name": "Bathroom",
   "polygon": [
    [
     0,
     4
    ],
    [
     1.2,
     4
    ],
    [
     1.2,
     6
    ],
    [
     0,
     6
    ]
   ],
   "confidence": "low"
  }
 ],
 "openings": [
  {
   "type": "door",
   "room": "foyer",
   "to": "exterior",
   "x": 0,
   "y": 1.5,
   "width": 1.0
  },
  {
   "type": "archway",
   "room": "foyer",
   "to": "living",
   "x": 3,
   "y": 1.5,
   "width": 1.6
  },
  {
   "type": "archway",
   "room": "foyer",
   "to": "hallway",
   "x": 1.5,
   "y": 3,
   "width": 1.6
  },
  {
   "type": "archway",
   "room": "living",
   "to": "dining",
   "x": 5,
   "y": 5,
   "width": 1.6
  },
  {
   "type": "door",
   "room": "dining",
   "to": "kitchen",
   "x": 7,
   "y": 7,
   "width": 0.9
  },
  {
   "type": "door",
   "room": "dining",
   "to": "hallway",
   "x": 3,
   "y": 7,
   "width": 0.9
  },
  {
   "type": "door",
   "room": "hallway",
   "to": "bathroom",
   "x": 0,
   "y": 5,
   "width": 0.9
  },
  {
   "type": "door",
   "room": "kitchen",
   "to": "exterior",
   "x": 11,
   "y": 7,
   "width": 0.9
  },
  {
   "type": "window",
   "room": "living",
   "to": "exterior",
   "x": 9,
   "y": 2.5,
   "width": 2.5
  },
  {
   "type": "window",
   "room": "dining",
   "to": "exterior",
   "x": 5,
   "y": 9,
   "width": 1.5
  },
  {
   "type": "window",
   "room": "kitchen",
   "to": "exterior",
   "x": 9,
   "y": 5,
   "width": 2.0
  }
 ],
 "objects": [
  {
   "name": "sofa",
   "room": "living",
   "x": 7.9,
   "y": 1.0,
   "w": 0.9,
   "h": 2.4,
   "rotation_deg": 0,
   "confidence": "high"
  },
  {
   "name": "coffee_table",
   "room": "living",
   "x": 5.4,
   "y": 2.4,
   "w": 1.3,
   "h": 0.7,
   "rotation_deg": 0,
   "confidence": "high"
  },
  {
   "name": "swivel_chair",
   "room": "living",
   "x": 4.4,
   "y": 1.0,
   "w": 0.7,
   "h": 0.7,
   "rotation_deg": 0,
   "confidence": "medium"
  },
  {
   "name": "swivel_chair",
   "room": "living",
   "x": 5.3,
   "y": 1.0,
   "w": 0.7,
   "h": 0.7,
   "rotation_deg": 0,
   "confidence": "medium"
  },
  {
   "name": "fireplace",
   "room": "living",
   "x": 3.0,
   "y": 2.0,
   "w": 0.5,
   "h": 1.6,
   "rotation_deg": 0,
   "confidence": "high"
  },
  {
   "name": "floor_lamp",
   "room": "living",
   "x": 3.3,
   "y": 0.8,
   "w": 0.4,
   "h": 0.4,
   "rotation_deg": 0,
   "confidence": "medium"
  },
  {
   "name": "dining_table",
   "room": "dining",
   "x": 4.4,
   "y": 6.4,
   "w": 1.8,
   "h": 1.8,
   "rotation_deg": 0,
   "confidence": "high"
  },
  {
   "name": "console_table",
   "room": "dining",
   "x": 6.5,
   "y": 6.0,
   "w": 0.4,
   "h": 1.6,
   "rotation_deg": 0,
   "confidence": "medium"
  },
  {
   "name": "range",
   "room": "kitchen",
   "x": 8.4,
   "y": 5.0,
   "w": 0.9,
   "h": 0.7,
   "rotation_deg": 0,
   "confidence": "high"
  },
  {
   "name": "fridge",
   "room": "kitchen",
   "x": 7.2,
   "y": 5.2,
   "w": 0.7,
   "h": 0.7,
   "rotation_deg": 0,
   "confidence": "high"
  },
  {
   "name": "dishwasher",
   "room": "kitchen",
   "x": 10.2,
   "y": 8.2,
   "w": 0.6,
   "h": 0.6,
   "rotation_deg": 0,
   "confidence": "medium"
  },
  {
   "name": "breakfast_table",
   "room": "kitchen",
   "x": 9.4,
   "y": 7.4,
   "w": 1.2,
   "h": 1.2,
   "rotation_deg": 0,
   "confidence": "medium"
  }
 ]
}