From f93816977f6d0748dd07ba4e04e225817b19b3dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 04:20:28 +0000 Subject: [PATCH] Update schema with new tags: owner, owner_category_0, owner_category_1, category --- schemas/community_submission.v1.schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schemas/community_submission.v1.schema.json b/schemas/community_submission.v1.schema.json index 7e993ad..9cb91b3 100644 --- a/schemas/community_submission.v1.schema.json +++ b/schemas/community_submission.v1.schema.json @@ -55,6 +55,9 @@ "$ref": "#/$defs/tagValue" }, "properties": { + "category": { + "type": "string" + }, "citation_0": { "type": "string" }, @@ -79,6 +82,15 @@ "operator_icao": { "type": "string" }, + "owner": { + "type": "string" + }, + "owner_category_0": { + "type": "string" + }, + "owner_category_1": { + "type": "string" + }, "serial_number": { "type": "string" },