update schema again

This commit is contained in:
zhiayang 2024-02-09 12:09:43 -05:00
parent 2aba7f89d4
commit 4678929791
No known key found for this signature in database
GPG key ID: 5E2F30AD6F08571F

View file

@ -16,10 +16,11 @@
"$defs": { "$defs": {
"id": { "id": {
"type": "string", "type": "string",
"pattern": "^[a-z0-9_]+$" "pattern": "^[a-z0-9_]+(@([A-Z]|[0-9]+|([0-9]+(\\.[0-9]+){1,2})))?$"
}, },
"revision": { "revision": {
"type": "string" "type": "string",
"pattern": "[A-Z]|[0-9]+|([0-9]+(\\.[0-9]+){1,2})"
}, },
"keyboard_siblings": { "keyboard_siblings": {
"type": "array", "type": "array",