update schema again
This commit is contained in:
parent
2aba7f89d4
commit
4678929791
1 changed files with 3 additions and 2 deletions
|
@ -16,10 +16,11 @@
|
|||
"$defs": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-z0-9_]+$"
|
||||
"pattern": "^[a-z0-9_]+(@([A-Z]|[0-9]+|([0-9]+(\\.[0-9]+){1,2})))?$"
|
||||
},
|
||||
"revision": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "[A-Z]|[0-9]+|([0-9]+(\\.[0-9]+){1,2})"
|
||||
},
|
||||
"keyboard_siblings": {
|
||||
"type": "array",
|
||||
|
|
Loading…
Add table
Reference in a new issue