feat(cron): post isolated summaries
This commit is contained in:
12
dist/protocol.schema.json
vendored
12
dist/protocol.schema.json
vendored
@@ -1093,9 +1093,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"postToMain": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"postToMainPrefix": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1344,9 +1341,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"postToMain": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"postToMainPrefix": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1543,9 +1537,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"postToMain": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"postToMainPrefix": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1647,6 +1638,9 @@
|
||||
"error": {
|
||||
"type": "string"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"runAtMs": {
|
||||
"minimum": 0,
|
||||
"type": "integer"
|
||||
|
||||
Reference in New Issue
Block a user