Skip to content

Commit 248675e

Browse files
committed
chore(release): cut the v1.2.0 release
1 parent 4ecaa03 commit 248675e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# ApiDOM Validator GitHub Action
22

3-
This GitHub Action validates [OpenAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions)
4-
3.x.y / [AsyncAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) 2.x definition file
5-
using [ApiDOM Language Service](https://github.com/swagger-api/apidom).
3+
This GitHub Action validates [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md), [OpenAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions)
4+
3.x.y and [AsyncAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) 2.x definition file using [ApiDOM Language Service](https://github.com/swagger-api/apidom).
65

76
Validation rules are exactly the same as the one that https://editor-next.swagger.io/ uses.
87

98
**Supported specifications:**
109

11-
- OpenAPI 3.0.0
12-
- OpenAPI 3.0.1
13-
- OpenAPI 3.0.2
14-
- OpenAPI 3.0.3
15-
- OpenAPI 3.1.0
16-
- AsyncAPI 2.0.0
17-
- AsyncAPI 2.1.0
18-
- AsyncAPI 2.2.0
19-
- AsyncAPI 2.3.0
20-
- AsyncAPI 2.4.0
21-
- AsyncAPI 2.5.0
22-
- AsyncAPI 2.6.0
10+
- [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md)
11+
- [OpenAPI 3.0.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md)
12+
- [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md)
13+
- [OpenAPI 3.0.2](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md)
14+
- [OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md)
15+
- [OpenAPI 3.1.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md)
16+
- [AsyncAPI 2.0.0](https://v2.asyncapi.com/docs/reference/specification/v2.0.0)
17+
- [AsyncAPI 2.1.0](https://v2.asyncapi.com/docs/reference/specification/v2.1.0)
18+
- [AsyncAPI 2.2.0](https://v2.asyncapi.com/docs/reference/specification/v2.2.0)
19+
- [AsyncAPI 2.3.0](https://v2.asyncapi.com/docs/reference/specification/v2.3.0)
20+
- [AsyncAPI 2.4.0](https://v2.asyncapi.com/docs/reference/specification/v2.4.0)
21+
- [AsyncAPI 2.5.0](https://v2.asyncapi.com/docs/reference/specification/v2.5.0)
22+
- [AsyncAPI 2.6.0](https://v2.asyncapi.com/docs/reference/specification/v2.6.0)
2323

2424
## Inputs
2525

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ApiDOM Validator
2-
description: This GitHub Action validates OpenAPI 3.x.y / AsyncAPI 2.x definition file using ApiDOM Language Service.
2+
description: This GitHub Action validates OpenAPI 2.0, OpenAPI 3.x.y and AsyncAPI 2.x definition file using ApiDOM Language Service.
33
inputs:
44
definition-file:
55
description: Path to definition file

0 commit comments

Comments
 (0)