id-tagging-schema/data/fields/parking.json
2020-12-08 11:15:01 -05:00

19 lines
479 B
JSON

{
"key": "parking",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"surface": "Surface",
"underground": "Underground",
"multi-storey": "Multilevel",
"lane": "Roadside Lane",
"carports": "Carports",
"garage_boxes": "Garage Boxes",
"rooftop": "Rooftop",
"sheds": "Sheds"
}
},
"autoSuggestions" : false,
"customValues" : false
}