Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 16, 2022
1 parent d34d008 commit f4e7955
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/swagger/reference/web-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,7 @@
"minLength": 1
}
},
"required": [
"status",
"error"
],
"required": ["status", "error"],
"x-examples": {
"example-1": {
"status": 400,
Expand Down Expand Up @@ -810,9 +807,7 @@
"type": "boolean"
}
},
"required": [
"success"
],
"required": ["success"],
"x-examples": {
"example-1": {
"success": true
Expand Down

0 comments on commit f4e7955

Please sign in to comment.