Skip to content

Commit

Permalink
feat: support AsyncAPI 2.5.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Sep 29, 2022
1 parent 6f9fd4c commit f03303a
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 120 deletions.
2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ components:
- $ref: https://raw.githubusercontent.com/asyncapi/spec-json-schemas/master/schemas/2.2.0.json
- $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
AsyncAPIDocuments:
type: array
description: AsyncAPI documents in JSON or YAML.
Expand All @@ -300,6 +301,7 @@ components:
- '2.2.0'
- '2.3.0'
- '2.4.0'
- '2.5.0'
- 'latest'

ValidateRequest:
Expand Down
Loading

0 comments on commit f03303a

Please sign in to comment.