Chore: regenerate schemas

This commit is contained in:
Pieter Vander Vennet 2024-08-02 19:05:16 +02:00
parent 2a65a9f761
commit b19d9ef077
34 changed files with 839 additions and 403 deletions

View file

@ -86,6 +86,9 @@ export default {
"and"
]
},
"Record<string,string>": {
"type": "object"
},
"{or:TagConfigJson[];}": {
"type": "object",
"properties": {
@ -100,9 +103,6 @@ export default {
"or"
]
},
"Record<string,string>": {
"type": "object"
},
"Record<string,string|Record<string,string>>": {
"type": "object"
},