chore(protocol): regenerate schema

This commit is contained in:
Peter Steinberger
2025-12-19 17:52:50 +01:00
parent 8c6a592523
commit a019d3cd83
2 changed files with 42 additions and 1 deletions

View File

@@ -917,6 +917,9 @@
"remoteIp": {
"minLength": 1,
"type": "string"
},
"silent": {
"type": "boolean"
}
},
"required": [
@@ -1073,6 +1076,24 @@
"key"
]
},
"ConfigGetParams": {
"additionalProperties": false,
"type": "object",
"properties": {}
},
"ConfigSetParams": {
"additionalProperties": false,
"type": "object",
"properties": {
"raw": {
"minLength": 1,
"type": "string"
}
},
"required": [
"raw"
]
},
"CronJob": {
"additionalProperties": false,
"type": "object",