We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a950959 commit 0503f39Copy full SHA for 0503f39
1 file changed
schema/draft/schema.json
@@ -1352,7 +1352,7 @@
1352
},
1353
"method": {
1354
"type": "string",
1355
- "const": "notifications/tasks/status"
+ "const": "notifications/tasks"
1356
1357
"params": {
1358
"allOf": [
@@ -1659,7 +1659,7 @@
1659
"$schema": "https://json-schema.org/draft/2020-12/schema",
1660
"type": "object",
1661
"properties": {
1662
- "tasksStatus": {
+ "taskIds": {
1663
"type": "array",
1664
"items": {
1665
"type": "string"
@@ -1672,7 +1672,7 @@
1672
1673
1674
1675
1676
1677
1678
0 commit comments