mirror of https://github.com/zmkfirmware/zmk.git
refactor: Adjust metadata schema for HWMv2 board IDs w/ qualifiers
Adjust our ZMK metadata to allow for board IDs that include qualifiers with slash delimeters.
This commit is contained in:
parent
57d723e8b9
commit
451a7b253e
|
|
@ -16,7 +16,7 @@
|
|||
"$defs": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-z0-9_]+(@([A-Z]|[0-9]+|([0-9]+(\\.[0-9]+){1,2})))?$"
|
||||
"pattern": "^[a-z0-9_/]+(@([A-Z]|[0-9]+|([0-9]+(\\.[0-9]+){1,2})))?$"
|
||||
},
|
||||
"revision": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in New Issue