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

@ -94,6 +94,10 @@
],
"additionalProperties": false
},
"Record<string,string>": {
"type": "object",
"additionalProperties": false
},
"{or:TagConfigJson[];}": {
"type": "object",
"properties": {
@ -109,10 +113,6 @@
],
"additionalProperties": false
},
"Record<string,string>": {
"type": "object",
"additionalProperties": false
},
"Record<string,string|Record<string,string>>": {
"type": "object",
"additionalProperties": false