{
  "version": "1.0",
  "nodes": {
    "n1": {
      "x": 3.75,
      "y": 4.75
    },
    "n2": {
      "x": 107.75,
      "y": 4.75
    },
    "n3": {
      "x": 107.75,
      "y": 26.25
    },
    "n4": {
      "x": 175.75,
      "y": 26.25
    },
    "n5": {
      "x": 175.75,
      "y": 2.75
    },
    "n6": {
      "x": 281.25,
      "y": 2.75
    },
    "n7": {
      "x": 281.25,
      "y": 181.25
    },
    "n8": {
      "x": 2.75,
      "y": 181.25
    }
  },
  "walls": [
    {
      "id": "w1",
      "startNodeId": "n1",
      "endNodeId": "n2",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w2",
      "startNodeId": "n2",
      "endNodeId": "n3",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w3",
      "startNodeId": "n3",
      "endNodeId": "n4",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w4",
      "startNodeId": "n4",
      "endNodeId": "n5",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w5",
      "startNodeId": "n5",
      "endNodeId": "n6",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w6",
      "startNodeId": "n6",
      "endNodeId": "n7",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w7",
      "startNodeId": "n7",
      "endNodeId": "n8",
      "wallType": "exterior",
      "thickness": 5.5
    },
    {
      "id": "w8",
      "startNodeId": "n8",
      "endNodeId": "n1",
      "wallType": "exterior",
      "thickness": 5.5
    }
  ],
  "rooms": [
    {
      "id": "room1",
      "name": "",
      "nodeIds": [
        "n2",
        "n1",
        "n8",
        "n7",
        "n6",
        "n5",
        "n4",
        "n3"
      ],
      "area": 47816,
      "color": null
    }
  ],
  "metadata": {
    "nextNodeId": 9,
    "nextWallId": 9,
    "nextRoomId": 2,
    "unit": "inches",
    "canvasWidth": 1200,
    "canvasHeight": 1200,
    "changeCounter": 2
  },
  "uiState": {
    "viewport": {
      "panX": -88.2988466910222,
      "panY": -8.628787857939379,
      "zoom": 3.4980125
    },
    "selection": {
      "wallId": null,
      "roomId": null
    }
  }
}