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": [