Skip to content

Commit

Permalink
chore(release): v5.1.0 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Jun 1, 2023
1 parent abc15de commit 23bb8b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 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.1",
"version": "5.1.0",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 5 additions & 3 deletions schemas/2.6.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"required": [
"name"
],
"description": "License information for the exposed API.",
"additionalProperties": false,
"properties": {
"name": {
Expand All @@ -176,7 +177,7 @@
]
},
"servers": {
"description": "An object representing multiple servers.",
"description": "The Servers Object is a map of Server Objects.",
"type": "object",
"additionalProperties": {
"oneOf": [
Expand Down Expand Up @@ -598,7 +599,7 @@
},
"parameters": {
"type": "object",
"description": "JSON objects describing re-usable channel parameters.",
"description": "JSON objects describing reusable channel parameters.",
"additionalProperties": {
"oneOf": [
{
Expand Down Expand Up @@ -1167,6 +1168,7 @@
]
},
"message": {
"description": "Describes a message received on a given channel and operation.",
"oneOf": [
{
"$ref": "#/definitions/Reference"
Expand Down Expand Up @@ -2301,7 +2303,7 @@
},
"components": {
"type": "object",
"description": "An object to hold a set of reusable objects for different aspects of the AsyncAPI Specification.",
"description": "Holds a set of reusable objects for different aspects of the AsyncAPI specification. All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object.",
"additionalProperties": false,
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
Expand Down
8 changes: 5 additions & 3 deletions schemas/2.6.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"required": [
"name"
],
"description": "License information for the exposed API.",
"additionalProperties": false,
"properties": {
"name": {
Expand All @@ -182,7 +183,7 @@
},
"http://asyncapi.com/definitions/2.6.0/servers.json": {
"$id": "http://asyncapi.com/definitions/2.6.0/servers.json",
"description": "An object representing multiple servers.",
"description": "The Servers Object is a map of Server Objects.",
"type": "object",
"additionalProperties": {
"oneOf": [
Expand Down Expand Up @@ -616,7 +617,7 @@
"http://asyncapi.com/definitions/2.6.0/parameters.json": {
"$id": "http://asyncapi.com/definitions/2.6.0/parameters.json",
"type": "object",
"description": "JSON objects describing re-usable channel parameters.",
"description": "JSON objects describing reusable channel parameters.",
"additionalProperties": {
"oneOf": [
{
Expand Down Expand Up @@ -1191,6 +1192,7 @@
},
"http://asyncapi.com/definitions/2.6.0/message.json": {
"$id": "http://asyncapi.com/definitions/2.6.0/message.json",
"description": "Describes a message received on a given channel and operation.",
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.6.0/Reference.json"
Expand Down Expand Up @@ -2330,7 +2332,7 @@
"http://asyncapi.com/definitions/2.6.0/components.json": {
"$id": "http://asyncapi.com/definitions/2.6.0/components.json",
"type": "object",
"description": "An object to hold a set of reusable objects for different aspects of the AsyncAPI Specification.",
"description": "Holds a set of reusable objects for different aspects of the AsyncAPI specification. All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object.",
"additionalProperties": false,
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
Expand Down

0 comments on commit 23bb8b0

Please sign in to comment.