Skip to content

Commit 0503f39

Browse files
committed
regenerate schema
1 parent a950959 commit 0503f39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schema/draft/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@
13521352
},
13531353
"method": {
13541354
"type": "string",
1355-
"const": "notifications/tasks/status"
1355+
"const": "notifications/tasks"
13561356
},
13571357
"params": {
13581358
"allOf": [
@@ -1659,7 +1659,7 @@
16591659
"$schema": "https://json-schema.org/draft/2020-12/schema",
16601660
"type": "object",
16611661
"properties": {
1662-
"tasksStatus": {
1662+
"taskIds": {
16631663
"type": "array",
16641664
"items": {
16651665
"type": "string"
@@ -1672,7 +1672,7 @@
16721672
"$schema": "https://json-schema.org/draft/2020-12/schema",
16731673
"type": "object",
16741674
"properties": {
1675-
"tasksStatus": {
1675+
"taskIds": {
16761676
"type": "array",
16771677
"items": {
16781678
"type": "string"

0 commit comments

Comments
 (0)