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

@ -81,6 +81,9 @@ export default {
"and"
]
},
"Record<string,string>": {
"type": "object"
},
"{or:TagConfigJson[];}": {
"type": "object",
"properties": {
@ -94,9 +97,6 @@ export default {
"required": [
"or"
]
},
"Record<string,string>": {
"type": "object"
}
},
"$schema": "http://json-schema.org/draft-07/schema#"