Skip to content

Commit f595d7d

Browse files
feat: add LBC materials (#331)
Co-authored-by: Jessica McInchak <[email protected]>
1 parent 072e668 commit f595d7d

File tree

4 files changed

+61
-412
lines changed

4 files changed

+61
-412
lines changed

Diff for: schemas/application.json

+18
Original file line numberDiff line numberDiff line change
@@ -7908,15 +7908,30 @@
79087908
"boundary": {
79097909
"type": "string"
79107910
},
7911+
"ceiling": {
7912+
"type": "string"
7913+
},
7914+
"chimney": {
7915+
"type": "string"
7916+
},
79117917
"door": {
79127918
"type": "string"
79137919
},
7920+
"doorInternal": {
7921+
"type": "string"
7922+
},
7923+
"floor": {
7924+
"type": "string"
7925+
},
79147926
"lighting": {
79157927
"type": "string"
79167928
},
79177929
"other": {
79187930
"type": "string"
79197931
},
7932+
"rainwater": {
7933+
"type": "string"
7934+
},
79207935
"roof": {
79217936
"type": "string"
79227937
},
@@ -7926,6 +7941,9 @@
79267941
"wall": {
79277942
"type": "string"
79287943
},
7944+
"wallInternal": {
7945+
"type": "string"
7946+
},
79297947
"window": {
79307948
"type": "string"
79317949
}

0 commit comments

Comments
 (0)