Files
id-tagging-schema-b/data/fields/service.json
2024-08-04 21:09:59 +08:00

16 lines
361 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
}