From 70aa5869c023e284653d567302d27957b8001815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:02:36 +0000 Subject: [PATCH] Update schema with new tags: airshows, dog_friendly, cat_friendly, notes --- schemas/community_submission.v1.schema.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/schemas/community_submission.v1.schema.json b/schemas/community_submission.v1.schema.json index 967ad05..84374df 100644 --- a/schemas/community_submission.v1.schema.json +++ b/schemas/community_submission.v1.schema.json @@ -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": [