mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-04-23 19:46:09 +02:00
update schema to be uppercase only
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user