chore(protocol): regenerate schema
This commit is contained in:
21
dist/protocol.schema.json
vendored
21
dist/protocol.schema.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user