mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-16 00:00:22 +02:00
name is a universal field: no need to explicitly include it
This commit is contained in:
Vendored
+15
-1
@@ -1680,6 +1680,10 @@
|
||||
"key": "landuse",
|
||||
"type": "typeCombo"
|
||||
},
|
||||
"lane_markings": {
|
||||
"key": "lane_markings",
|
||||
"type": "check"
|
||||
},
|
||||
"lanes": {
|
||||
"key": "lanes",
|
||||
"type": "number",
|
||||
@@ -2674,7 +2678,7 @@
|
||||
},
|
||||
"roof/colour": {
|
||||
"key": "roof:colour",
|
||||
"type": "combo"
|
||||
"type": "text"
|
||||
},
|
||||
"room": {
|
||||
"key": "room",
|
||||
@@ -3065,6 +3069,16 @@
|
||||
"multi"
|
||||
]
|
||||
},
|
||||
"sport_pub": {
|
||||
"key": "sport",
|
||||
"type": "semiCombo",
|
||||
"autoSuggestions": false,
|
||||
"options": [
|
||||
"table_soccer",
|
||||
"billiards",
|
||||
"darts"
|
||||
]
|
||||
},
|
||||
"sport_racing_motor": {
|
||||
"key": "sport",
|
||||
"type": "semiCombo",
|
||||
|
||||
Reference in New Issue
Block a user