mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"key": "level",
|
|
"type": "combo",
|
|
"label": "Level",
|
|
"terms": [
|
|
"building floor",
|
|
"deck",
|
|
"storey",
|
|
"story"
|
|
],
|
|
"prerequisiteTag": {
|
|
"keyNot": "building"
|
|
}
|
|
}
|