Skip to content

Commit

Permalink
docs: add all AsyncAPI formats
Browse files Browse the repository at this point in the history
After stoplightio#2067 I think this change was missed 🙂
  • Loading branch information
jonaslagoni authored Mar 7, 2022
1 parent 4839527 commit fe3cbd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started/3-rulesets.md
Original file line number Diff line number Diff line change
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 fe3cbd8

Please sign in to comment.