Skip to content

Commit

Permalink
update JSON schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Nov 5, 2024
1 parent cac6aa9 commit 5c15266
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/test/rest_schema_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,13 @@
"enum": [
"ShutdownForUpgrade"
]
},
{
"description": "Node should shut down after catching up.",
"type": "string",
"enum": [
"ShutdownAfterCatchingUp"
]
}
]
},
Expand Down Expand Up @@ -423,4 +430,4 @@
"additionalProperties": false
}
}
}
}

0 comments on commit 5c15266

Please sign in to comment.