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