Skip to content

Commit

Permalink
docs(repo): add all AsyncAPI formats (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Mar 8, 2022
1 parent 4839527 commit 5871c20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started/3-rulesets.md
Expand Up @@ -75,7 +75,11 @@ The `extends` keyword can be combined with extra rules in order to extend and ov

Formats are an optional way to specify which API description formats a rule, or ruleset, is applicable to. Currently Spectral supports these formats:

- `asyncapi2` (AsyncAPI v2.0)
- `aas2` (AsyncAPI v2.x)
- `aas2_0` (AsyncAPI v2.0.0)
- `aas2_1` (AsyncAPI v2.1.0)
- `aas2_2` (AsyncAPI v2.2.0)
- `aas2_3` (AsyncAPI v2.3.0)
- `oas2` (OpenAPI v2.0)
- `oas3` (OpenAPI v3.x)
- `oas3.0` (OpenAPI v3.0.x)
Expand Down

0 comments on commit 5871c20

Please sign in to comment.