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

13 lines
236 B
JSON

{
"key": "service",
"type": "combo",
"label": "Type",
"options": [
"driveway",
"parking_aisle",
"alley",
"drive-through",
"emergency_access"
],
"autoSuggestions" : false
}