From 9bf317d47eb252818f34a9fffd2fd0b25bad2ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20B=C3=BChler?= <17296905+buehlefs@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:59:11 +0100 Subject: [PATCH] docs: reword message object description to align with new operation definition --- spec/asyncapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index 0369e3df..7841c284 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -1224,7 +1224,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens #### Message Object -Describes a message received on a given channel and operation. +Describes a [message](#definitionsMessage) that can be sent to or received from a given [channel](#definitionsChannel) to perform an [operation](#definitionsOperation). ##### Fixed Fields