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

15 lines
362 B
JSON

{
"key": "service",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"driveway": "Driveway",
"parking_aisle": "Parking Aisle",
"alley": "Alley",
"drive-through": "Drive-Through",
"emergency_access": "Emergency Access"
}
},
"autoSuggestions" : false
}