From 5578133a99e0a108d6f37f0e7f1dec86749a3820 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Thu, 12 Feb 2026 12:36:50 -0500 Subject: [PATCH] update schema to be uppercase only --- schemas/community_submission.v1.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/community_submission.v1.schema.json b/schemas/community_submission.v1.schema.json index 18609a4..16527fb 100644 --- a/schemas/community_submission.v1.schema.json +++ b/schemas/community_submission.v1.schema.json @@ -11,7 +11,7 @@ }, "transponder_code_hex": { "type": "string", - "pattern": "^[0-9A-Fa-f]{6}$" + "pattern": "^[0-9A-F]{6}$" }, "planequery_airframe_id": { "type": "string",