From 23bb8b0c9d1cbe45edbccb3308b956de94c11a0c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 1 Jun 2023 15:46:57 +0200 Subject: [PATCH] chore(release): v5.1.0 (#399) --- package-lock.json | 2 +- package.json | 2 +- schemas/2.6.0-without-$id.json | 8 +++++--- schemas/2.6.0.json | 8 +++++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9876ecf8..e02850ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/specs", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a54cb1d..2b4d7d9e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/schemas/2.6.0-without-$id.json b/schemas/2.6.0-without-$id.json index 1c62ed27..6c79b5cc 100644 --- a/schemas/2.6.0-without-$id.json +++ b/schemas/2.6.0-without-$id.json @@ -151,6 +151,7 @@ "required": [ "name" ], + "description": "License information for the exposed API.", "additionalProperties": false, "properties": { "name": { @@ -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": [ @@ -598,7 +599,7 @@ }, "parameters": { "type": "object", - "description": "JSON objects describing re-usable channel parameters.", + "description": "JSON objects describing reusable channel parameters.", "additionalProperties": { "oneOf": [ { @@ -1167,6 +1168,7 @@ ] }, "message": { + "description": "Describes a message received on a given channel and operation.", "oneOf": [ { "$ref": "#/definitions/Reference" @@ -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_]+$": { diff --git a/schemas/2.6.0.json b/schemas/2.6.0.json index 5ee087dd..cf0eefe0 100644 --- a/schemas/2.6.0.json +++ b/schemas/2.6.0.json @@ -156,6 +156,7 @@ "required": [ "name" ], + "description": "License information for the exposed API.", "additionalProperties": false, "properties": { "name": { @@ -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": [ @@ -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": [ { @@ -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" @@ -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_]+$": {