mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-04-23 11:36:35 +02:00
Update schema with new tags: airshows, dog_friendly, cat_friendly, notes
This commit is contained in:
committed by
GitHub
parent
83c3406699
commit
70aa5869c0
@@ -54,7 +54,20 @@
|
||||
"additionalProperties": {
|
||||
"$ref": "#/$defs/tagValue"
|
||||
},
|
||||
"properties": {}
|
||||
"properties": {
|
||||
"airshows": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"cat_friendly": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"dog_friendly": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user