Skip to content

Commit e5f5f23

Browse files
authored
feat: add support for OpenAPI 3.0.4 (#15)
Closes #10
1 parent 782e6a5 commit e5f5f23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66
WORKDIR /workspace
77

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

1111
COPY validate.cjs .
1212
ENTRYPOINT ["node", "/workspace/validate.cjs"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Validation rules are exactly the same as the one that https://editor-next.swagge
1111
- [OpenAPI 3.0.1](https://spec.openapis.org/oas/v3.0.1.html)
1212
- [OpenAPI 3.0.2](https://spec.openapis.org/oas/v3.0.2.html)
1313
- [OpenAPI 3.0.3](https://spec.openapis.org/oas/v3.0.3.html)
14+
- [OpenAPI 3.0.3](https://spec.openapis.org/oas/v3.0.4.html)
1415
- [OpenAPI 3.1.0](https://spec.openapis.org/oas/v3.1.0.html)
1516
- [AsyncAPI 2.0.0](https://v2.asyncapi.com/docs/reference/specification/v2.0.0)
1617
- [AsyncAPI 2.1.0](https://v2.asyncapi.com/docs/reference/specification/v2.1.0)

0 commit comments

Comments
 (0)