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

19 lines
502 B
JSON

{
"key": "entrance",
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"yes": "Unspecified",
"main": "Main",
"secondary": "Secondary",
"service": "Service",
"exit": "Exit Only",
"entrance": "Entrance Only",
"emergency": "Emergency Exit",
"staircase": "Staircase",
"home": "Private House or Apartment",
"garage": "Garage Door"
}
}
}