From 41da0560ecd88cb7079c8b1c8cb1a200bf4807b7 Mon Sep 17 00:00:00 2001 From: akkshitgupta Date: Thu, 7 Dec 2023 00:33:57 +0530 Subject: [PATCH] fix: Operation Trait object Description --- spec/asyncapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index 15d51f22..a9c7b208 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -925,7 +925,7 @@ reply: #### Operation Trait Object -Describes a trait that MAY be applied to an [Operation Object](#operationObject). This object MAY contain any property from the [Operation Object](#operationObject), except the `action`, `channel` and `traits` ones. +Describes a trait that MAY be applied to an [Operation Object](#operationObject). This object MAY contain any property from the [Operation Object](#operationObject), except the `action`, `channel`, `messages` and `traits` ones. If you're looking to apply traits to a message, see the [Message Trait Object](#messageTraitObject).