From a35d26c7ec0e2adfa7a52e92ff275c59d15aab69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:19:13 +0000 Subject: [PATCH] Update schema with new tags: internet, owner --- schemas/community_submission.v1.schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/schemas/community_submission.v1.schema.json b/schemas/community_submission.v1.schema.json index 8d0d94c..157c2d4 100644 --- a/schemas/community_submission.v1.schema.json +++ b/schemas/community_submission.v1.schema.json @@ -54,7 +54,14 @@ "additionalProperties": { "$ref": "#/$defs/tagValue" }, - "properties": {} + "properties": { + "internet": { + "type": "string" + }, + "owner": { + "type": "string" + } + } } }, "allOf": [