mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-08 14:07:52 +02:00
npm run dist
This commit is contained in:
Vendored
+16
@@ -1216,6 +1216,17 @@
|
||||
"key": "wreck:visible_at_low_tide",
|
||||
"type": "check"
|
||||
},
|
||||
"holding_position/type": {
|
||||
"key": "holding_position:type",
|
||||
"type": "combo",
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"options": [
|
||||
"runway",
|
||||
"intermediate",
|
||||
"ILS"
|
||||
]
|
||||
},
|
||||
"hoops": {
|
||||
"key": "hoops",
|
||||
"type": "number",
|
||||
@@ -3136,6 +3147,11 @@
|
||||
"key": "vhf",
|
||||
"type": "text"
|
||||
},
|
||||
"via": {
|
||||
"key": "via",
|
||||
"type": "semiCombo",
|
||||
"snake_case": false
|
||||
},
|
||||
"video_calls": {
|
||||
"key": "video",
|
||||
"type": "check"
|
||||
|
||||
Reference in New Issue
Block a user