Skip to content

Commit

Permalink
feat(rulesets): add rule to check if messageId is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Sep 17, 2022
1 parent 3a28dde commit 15d65ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/asyncapi-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ info:
name: MIT
```

### asyncapi-latest-version

Checking if the AsyncAPI document is using the latest version.

**Recommended:** Yes

### asyncapi-message-examples

All `examples` in message object should follow `payload` and `headers` schemas.
Expand Down

0 comments on commit 15d65ec

Please sign in to comment.