mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-07-30 13:28:49 +02:00
Update schema with new tags: airshows, dog_friendly, cat_friendly, notes
This commit is contained in:
@@ -54,7 +54,20 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"$ref": "#/$defs/tagValue"
|
"$ref": "#/$defs/tagValue"
|
||||||
},
|
},
|
||||||
"properties": {}
|
"properties": {
|
||||||
|
"airshows": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"cat_friendly": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"dog_friendly": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"notes": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"allOf": [
|
"allOf": [
|
||||||
|
|||||||
Reference in New Issue
Block a user