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

14 lines
246 B
JSON

{
"key": "stop",
"type": "combo",
"label": "Stop Type",
"strings": {
"options": {
"all": "All Ways",
"minor": "Minor Road"
}
},
"autoSuggestions": false,
"customValues": false
}