{
  "schema_version": 1,
  "location_id": "L05",
  "location_type": "rooftop_apartment",
  "canvas": {
    "width": 12.0,
    "height": 10.0,
    "unit": "meters"
  },
  "rooms": [
    {
      "id": "living_room",
      "label_ko": "거실 및 주방",
      "label_en": "Living Room & Kitchen",
      "polygon": [
        [
          4.0,
          1.0
        ],
        [
          6.0,
          1.0
        ],
        [
          6.0,
          3.0
        ],
        [
          8.0,
          3.0
        ],
        [
          8.0,
          9.0
        ],
        [
          4.0,
          9.0
        ]
      ]
    },
    {
      "id": "bedroom_1",
      "label_ko": "작은방",
      "label_en": "Small Bedroom",
      "polygon": [
        [
          1.0,
          4.0
        ],
        [
          4.0,
          4.0
        ],
        [
          4.0,
          9.0
        ],
        [
          1.0,
          9.0
        ]
      ]
    },
    {
      "id": "bedroom_2",
      "label_ko": "안방",
      "label_en": "Master Bedroom",
      "polygon": [
        [
          8.0,
          4.0
        ],
        [
          11.0,
          4.0
        ],
        [
          11.0,
          9.0
        ],
        [
          8.0,
          9.0
        ]
      ]
    },
    {
      "id": "bathroom",
      "label_ko": "욕실",
      "label_en": "Bathroom",
      "polygon": [
        [
          8.0,
          1.0
        ],
        [
          11.0,
          1.0
        ],
        [
          11.0,
          4.0
        ],
        [
          8.0,
          4.0
        ]
      ]
    },
    {
      "id": "foyer",
      "label_ko": "현관",
      "label_en": "Foyer",
      "polygon": [
        [
          6.0,
          1.0
        ],
        [
          8.0,
          1.0
        ],
        [
          8.0,
          3.0
        ],
        [
          6.0,
          3.0
        ]
      ]
    }
  ],
  "doors": [
    {
      "id": "door_front",
      "from_room": "foyer",
      "to_room": "exterior",
      "position": [
        7.0,
        1.0
      ],
      "kind": "front_entry"
    },
    {
      "id": "door_foyer_living",
      "from_room": "foyer",
      "to_room": "living_room",
      "position": [
        6.0,
        2.0
      ],
      "kind": "interior"
    },
    {
      "id": "door_bedroom_1",
      "from_room": "living_room",
      "to_room": "bedroom_1",
      "position": [
        4.0,
        6.0
      ],
      "kind": "interior"
    },
    {
      "id": "door_bedroom_2",
      "from_room": "living_room",
      "to_room": "bedroom_2",
      "position": [
        8.0,
        6.0
      ],
      "kind": "interior"
    },
    {
      "id": "door_bathroom",
      "from_room": "living_room",
      "to_room": "bathroom",
      "position": [
        8.0,
        3.5
      ],
      "kind": "interior"
    },
    {
      "id": "window_living",
      "from_room": "living_room",
      "to_room": "exterior",
      "position": [
        7.0,
        9.0
      ],
      "kind": "window"
    },
    {
      "id": "window_bedroom_1",
      "from_room": "bedroom_1",
      "to_room": "exterior",
      "position": [
        2.5,
        9.0
      ],
      "kind": "window"
    }
  ],
  "furniture": [
    {
      "id": "tv",
      "type": "tv",
      "room": "living_room",
      "wall": "left",
      "position": [
        4.2,
        7.5
      ],
      "size": [
        0.2,
        1.2
      ],
      "label_en": "TV"
    },
    {
      "id": "sofa",
      "type": "sofa",
      "room": "living_room",
      "wall": "right",
      "position": [
        7.5,
        7.5
      ],
      "size": [
        0.8,
        2.0
      ],
      "label_en": "Sofa"
    },
    {
      "id": "dining_table",
      "type": "table",
      "room": "living_room",
      "wall": "interior",
      "position": [
        6.0,
        4.5
      ],
      "size": [
        1.2,
        0.8
      ],
      "label_en": "Dining Table"
    },
    {
      "id": "dining_chair_1",
      "type": "chair",
      "room": "living_room",
      "wall": "interior",
      "position": [
        5.5,
        4.5
      ],
      "size": [
        0.4,
        0.4
      ],
      "label_en": "Dining Chair"
    },
    {
      "id": "dining_chair_2",
      "type": "chair",
      "room": "living_room",
      "wall": "interior",
      "position": [
        6.5,
        4.5
      ],
      "size": [
        0.4,
        0.4
      ],
      "label_en": "Dining Chair"
    },
    {
      "id": "kitchen_sink",
      "type": "sink",
      "room": "living_room",
      "wall": "top",
      "position": [
        7.0,
        8.7
      ],
      "size": [
        1.2,
        0.6
      ],
      "label_en": "Kitchen Sink"
    },
    {
      "id": "bed_1",
      "type": "bed",
      "room": "bedroom_1",
      "wall": "left",
      "position": [
        1.6,
        6.5
      ],
      "size": [
        1.2,
        2.0
      ],
      "label_en": "Single Bed"
    },
    {
      "id": "curtain_1",
      "type": "curtain",
      "room": "bedroom_1",
      "wall": "top",
      "position": [
        2.5,
        8.9
      ],
      "size": [
        2.0,
        0.2
      ],
      "label_en": "Window Curtain"
    },
    {
      "id": "bed_2",
      "type": "bed",
      "room": "bedroom_2",
      "wall": "right",
      "position": [
        10.2,
        6.5
      ],
      "size": [
        1.5,
        2.0
      ],
      "label_en": "Double Bed"
    },
    {
      "id": "bath_sink",
      "type": "sink",
      "room": "bathroom",
      "wall": "top",
      "position": [
        9.5,
        3.7
      ],
      "size": [
        0.8,
        0.5
      ],
      "label_en": "Bathroom Sink"
    },
    {
      "id": "bath_mirror",
      "type": "mirror",
      "room": "bathroom",
      "wall": "top",
      "position": [
        9.5,
        3.9
      ],
      "size": [
        0.8,
        0.1
      ],
      "label_en": "Bathroom Mirror"
    },
    {
      "id": "toilet",
      "type": "toilet",
      "room": "bathroom",
      "wall": "right",
      "position": [
        10.5,
        2.5
      ],
      "size": [
        0.5,
        0.7
      ],
      "label_en": "Toilet"
    },
    {
      "id": "shoe_rack",
      "type": "cabinet",
      "room": "foyer",
      "wall": "right",
      "position": [
        7.7,
        2.0
      ],
      "size": [
        0.4,
        1.2
      ],
      "label_en": "Shoe Rack"
    }
  ],
  "exterior_adjacency_zones": [
    {
      "id": "rooftop_yard",
      "type": "rooftop_concrete",
      "polygon": [
        [
          1.0,
          0.0
        ],
        [
          11.0,
          0.0
        ],
        [
          11.0,
          1.0
        ],
        [
          1.0,
          1.0
        ]
      ],
      "connection_door": "door_front",
      "label_en": "Rooftop Concrete Yard"
    }
  ],
  "rejected_layouts": [
    "High-rise luxury apartment layout (the scenario specifies a humble rooftop apartment)",
    "Separate enclosed kitchen room (the scenario shows the sink and dining table are part of the living room)",
    "Direct entry into the living room without a foyer (Korean apartments typically have a distinct foyer/hyungan)"
  ]
}