mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
16 lines
361 B
JSON
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
|
|
}
|