Skip to content

Commit

Permalink
feat: support AsyncAPI 2.6.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Feb 2, 2023
1 parent 60ecbd3 commit 2992409
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 119 deletions.
2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ components:
- $ref: https://raw.githubusercontent.com/asyncapi/spec-json-schemas/master/schemas/2.3.0.json
- $ref: https://raw.githubusercontent.com/asyncapi/spec-json-schemas/master/schemas/2.4.0.json
- $ref: https://raw.githubusercontent.com/asyncapi/spec-json-schemas/master/schemas/2.5.0.json
- $ref: https://raw.githubusercontent.com/asyncapi/spec-json-schemas/master/schemas/2.6.0.json
AsyncAPIDocuments:
type: array
description: AsyncAPI documents in JSON or YAML.
Expand All @@ -297,6 +298,7 @@ components:
- '2.3.0'
- '2.4.0'
- '2.5.0'
- '2.6.0'
- 'latest'

ValidateRequest:
Expand Down
Loading

0 comments on commit 2992409

Please sign in to comment.