update schema to be uppercase only

This commit is contained in:
ggman12
2026-02-12 12:36:50 -05:00
parent eace7d5a63
commit 5578133a99
+1 -1
View File
@@ -11,7 +11,7 @@
}, },
"transponder_code_hex": { "transponder_code_hex": {
"type": "string", "type": "string",
"pattern": "^[0-9A-Fa-f]{6}$" "pattern": "^[0-9A-F]{6}$"
}, },
"planequery_airframe_id": { "planequery_airframe_id": {
"type": "string", "type": "string",