Skip to content

Commit 5f5d879

Browse files
committed
Add voids attribute for openings
1 parent 799592a commit 5f5d879

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

floorplan/floorplan.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"@id": "floorplan:shape",
2626
"@type": "@id"
2727
},
28+
"voids": {
29+
"@id": "floorplan:voids",
30+
"@container": "@list",
31+
"@type": "@id"
32+
},
2833
"Wall": "floorplan:Wall",
2934
"Feature": "floorplan:Feature",
3035
"Column": "floorplan:Column",

0 commit comments

Comments
 (0)