|
1 | 1 | # ApiDOM Validator GitHub Action
|
2 | 2 |
|
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). |
6 | 5 |
|
7 | 6 | Validation rules are exactly the same as the one that https://editor-next.swagger.io/ uses.
|
8 | 7 |
|
9 | 8 | **Supported specifications:**
|
10 | 9 |
|
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) |
23 | 23 |
|
24 | 24 | ## Inputs
|
25 | 25 |
|
|
0 commit comments