From b4841e4e4a88c5cee0e9f0de3e6af0a4b5080c0f Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 07:56:39 +0100 Subject: [PATCH] chore(release): v6.5.1 (#500) --- package-lock.json | 4 ++-- package.json | 2 +- schemas/3.0.0-without-$id.json | 18 +++++++++--------- schemas/3.0.0.json | 22 +++++++++++----------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a033a8e..24646740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/specs", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/specs", - "version": "6.5.0", + "version": "6.5.1", "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" diff --git a/package.json b/package.json index 29767fb8..4f396bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/specs", - "version": "6.5.0", + "version": "6.5.1", "description": "AsyncAPI schema versions", "main": "index.js", "types": "index.d.ts", diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 87306fe9..c00ed190 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -6537,7 +6537,7 @@ } }, "then": { - "$ref": "#/definitions/bindings-http-0.2.0-operation" + "$ref": "#/definitions/bindings-http-0.3.0-operation" } }, { @@ -6903,7 +6903,7 @@ "googlepubsub": {} } }, - "bindings-http-0.2.0-operation": { + "bindings-http-0.3.0-operation": { "title": "HTTP operation bindings object", "description": "This object contains information about the operation representation in HTTP.", "type": "object", @@ -6936,7 +6936,7 @@ "bindingVersion": { "type": "string", "enum": [ - "0.2.0" + "0.3.0" ], "description": "The version of this binding. If omitted, 'latest' MUST be assumed." } @@ -6957,7 +6957,7 @@ }, "additionalProperties": false }, - "bindingVersion": "0.2.0" + "bindingVersion": "0.3.0" }, { "method": "GET", @@ -6975,11 +6975,11 @@ }, "additionalProperties": false }, - "bindingVersion": "0.2.0" + "bindingVersion": "0.3.0" } ] }, - "bindings-http-0.3.0-operation": { + "bindings-http-0.2.0-operation": { "title": "HTTP operation bindings object", "description": "This object contains information about the operation representation in HTTP.", "type": "object", @@ -7012,7 +7012,7 @@ "bindingVersion": { "type": "string", "enum": [ - "0.3.0" + "0.2.0" ], "description": "The version of this binding. If omitted, 'latest' MUST be assumed." } @@ -7033,7 +7033,7 @@ }, "additionalProperties": false }, - "bindingVersion": "0.3.0" + "bindingVersion": "0.2.0" }, { "method": "GET", @@ -7051,7 +7051,7 @@ }, "additionalProperties": false }, - "bindingVersion": "0.3.0" + "bindingVersion": "0.2.0" } ] }, diff --git a/schemas/3.0.0.json b/schemas/3.0.0.json index 22f2f2c8..124ff86b 100644 --- a/schemas/3.0.0.json +++ b/schemas/3.0.0.json @@ -6622,7 +6622,7 @@ } }, "then": { - "$ref": "http://asyncapi.com/bindings/http/0.2.0/operation.json" + "$ref": "http://asyncapi.com/bindings/http/0.3.0/operation.json" } }, { @@ -6988,8 +6988,8 @@ "googlepubsub": {} } }, - "http://asyncapi.com/bindings/http/0.2.0/operation.json": { - "$id": "http://asyncapi.com/bindings/http/0.2.0/operation.json", + "http://asyncapi.com/bindings/http/0.3.0/operation.json": { + "$id": "http://asyncapi.com/bindings/http/0.3.0/operation.json", "title": "HTTP operation bindings object", "description": "This object contains information about the operation representation in HTTP.", "type": "object", @@ -7022,7 +7022,7 @@ "bindingVersion": { "type": "string", "enum": [ - "0.2.0" + "0.3.0" ], "description": "The version of this binding. If omitted, 'latest' MUST be assumed." } @@ -7043,7 +7043,7 @@ }, "additionalProperties": false }, - "bindingVersion": "0.2.0" + "bindingVersion": "0.3.0" }, { "method": "GET", @@ -7061,12 +7061,12 @@ }, "additionalProperties": false }, - "bindingVersion": "0.2.0" + "bindingVersion": "0.3.0" } ] }, - "http://asyncapi.com/bindings/http/0.3.0/operation.json": { - "$id": "http://asyncapi.com/bindings/http/0.3.0/operation.json", + "http://asyncapi.com/bindings/http/0.2.0/operation.json": { + "$id": "http://asyncapi.com/bindings/http/0.2.0/operation.json", "title": "HTTP operation bindings object", "description": "This object contains information about the operation representation in HTTP.", "type": "object", @@ -7099,7 +7099,7 @@ "bindingVersion": { "type": "string", "enum": [ - "0.3.0" + "0.2.0" ], "description": "The version of this binding. If omitted, 'latest' MUST be assumed." } @@ -7120,7 +7120,7 @@ }, "additionalProperties": false }, - "bindingVersion": "0.3.0" + "bindingVersion": "0.2.0" }, { "method": "GET", @@ -7138,7 +7138,7 @@ }, "additionalProperties": false }, - "bindingVersion": "0.3.0" + "bindingVersion": "0.2.0" } ] },