Update schema with new tags: airshows, dog_friendly, cat_friendly, notes

This commit is contained in:
github-actions[bot]
2026-02-12 21:02:36 +00:00
committed by GitHub
parent 83c3406699
commit 70aa5869c0
+14 -1
View File
@@ -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": [