id-tagging-schema/data/fields/entrance.json

20 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"
}
}
}