Skip to content

Commit

Permalink
chore(release): v5.0.0-next-major-spec.5 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Feb 7, 2023
1 parent 8f7da01 commit b3a5c8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/specs",
"version": "5.0.0-next-major-spec.4",
"version": "5.0.0-next-major-spec.5",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,9 @@
},
"servers": {
"type": "array",
"description": "The names of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.",
"description": "The references of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.",
"items": {
"type": "string"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
"uniqueItems": true
},
Expand Down

0 comments on commit b3a5c8e

Please sign in to comment.