mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"key": "bollard",
|
|
"type": "combo",
|
|
"label": "Type",
|
|
"strings": {
|
|
"options": {
|
|
"fixed": "Fixed Bollard",
|
|
"flexible": "Flexible Bollard",
|
|
"foldable": "Foldable Bollard",
|
|
"removable": {
|
|
"title": "Removable Bollard",
|
|
"description": "Removable with or without a key"
|
|
},
|
|
"rising": "Rising Bollard"
|
|
}
|
|
}
|
|
}
|