Skip to content

Commit

Permalink
docs(rulesets): add v3 to AsyncAPI support docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Dec 11, 2024
1 parent 9d01bec commit 0c8ddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/5-asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Spectral has a built-in AsyncAPI [v2](https://www.asyncapi.com/docs/specifications/v2.0.0) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) ruleset that you can use to validate your AsyncAPI files.

Add `extends: "spectral:asyncapi"` to your ruleset file to apply rules for AsyncAPI v2.
Add `extends: "spectral:asyncapi"` to your ruleset file to apply rules for AsyncAPI v2 and v3.

You can see a full list of the rules in this ruleset in [AsyncAPI Rules](../reference/asyncapi-rules.md).

0 comments on commit 0c8ddcf

Please sign in to comment.