mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 17:22:47 +00:00
21 lines
539 B
JSON
21 lines
539 B
JSON
{
|
|
"key": "entrance",
|
|
"type": "typeCombo",
|
|
"label": "Type",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Unspecified",
|
|
"main": "Main",
|
|
"secondary": "Secondary",
|
|
"service": "Service",
|
|
"shop": "Shop Entrance",
|
|
"exit": "Exit Only",
|
|
"entrance": "Entrance Only",
|
|
"emergency": "Emergency Exit",
|
|
"staircase": "Staircase",
|
|
"home": "Private House or Apartment",
|
|
"garage": "Garage Door"
|
|
}
|
|
}
|
|
}
|