From 042ab54b129cbd5f6a0c2d1049876722bfb4ddda Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 13 Dec 2023 10:55:19 +0100 Subject: [PATCH] chore(release): v6.1.0 (#469) --- schemas/3.0.0-without-$id.json | 5 ++++- schemas/3.0.0.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 09cbacd8..7bbbbfdf 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -3958,12 +3958,15 @@ }, "properties": { "key": { - "oneOf": [ + "anyOf": [ { "$ref": "#/definitions/Reference" }, { "$ref": "#/definitions/schema" + }, + { + "$ref": "#/definitions/avroSchema_v1" } ], "description": "The message key." diff --git a/schemas/3.0.0.json b/schemas/3.0.0.json index 94ec627e..27ca6e78 100644 --- a/schemas/3.0.0.json +++ b/schemas/3.0.0.json @@ -4015,12 +4015,15 @@ }, "properties": { "key": { - "oneOf": [ + "anyOf": [ { "$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" }, { "$ref": "http://asyncapi.com/definitions/3.0.0/schema.json" + }, + { + "$ref": "http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json" } ], "description": "The message key."