Skip to content

Commit

Permalink
Added openapi validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kesheshyan committed Nov 21, 2022
1 parent 387c690 commit 978c1e3
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/api.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ elif [[ "$(uname)" = "Linux" ]]; then
fi

npm install -g jsonlint
npm install -g ibm-openapi-validator
1 change: 1 addition & 0 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
set -exuo pipefail

jsonlint -q api.json
lint-openapi api.json

0 comments on commit 978c1e3

Please sign in to comment.