From 8af32beb15741ee9b5066c94df4a1ccee62b6f7a Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Mon, 11 Mar 2024 02:02:19 +0400 Subject: [PATCH] fix: AsyncAPI v3 shows warning in Studio and IntelliJ plugin when referencing a a json schema Fix missing queue definition for SQS channel binding https://github.com/asyncapi/spec-json-schemas/issues/494 https://github.com/asyncapi/jasyncapi-idea-plugin/issues/49 --- schemas/3.0.0-without-$id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 2df4fb69..19ad0158 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -5617,7 +5617,7 @@ "properties": { "queue": { "description": "A definition of the queue that will be used as the channel.", - "$ref": "#/definitions/bindings-sqs-0.2.0-channel" + "$ref": "#/definitions/bindings-sqs-0.2.0-channel/definitions/queue" }, "deadLetterQueue": { "description": "A definition of the queue that will be used for un-processable messages.",