Skip to content

Commit

Permalink
feat: add support for OpenAPI 3.0.4 (#15)
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
char0n authored Dec 30, 2024
1 parent 782e6a5 commit e5f5f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
WORKDIR /workspace

# install dependencies
RUN npm install @swagger-api/apidom-ls@">=1.0.0-beta.5" @actions/core vscode-languageserver-textdocument
RUN npm install @swagger-api/apidom-ls@">=1.0.0-beta.6" @actions/core vscode-languageserver-textdocument

COPY validate.cjs .
ENTRYPOINT ["node", "/workspace/validate.cjs"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Validation rules are exactly the same as the one that https://editor-next.swagge
- [OpenAPI 3.0.1](https://spec.openapis.org/oas/v3.0.1.html)
- [OpenAPI 3.0.2](https://spec.openapis.org/oas/v3.0.2.html)
- [OpenAPI 3.0.3](https://spec.openapis.org/oas/v3.0.3.html)
- [OpenAPI 3.0.3](https://spec.openapis.org/oas/v3.0.4.html)
- [OpenAPI 3.1.0](https://spec.openapis.org/oas/v3.1.0.html)
- [AsyncAPI 2.0.0](https://v2.asyncapi.com/docs/reference/specification/v2.0.0)
- [AsyncAPI 2.1.0](https://v2.asyncapi.com/docs/reference/specification/v2.1.0)
Expand Down

0 comments on commit e5f5f23

Please sign in to comment.