From 083304df57449f1a8468ffd56dee46c525583377 Mon Sep 17 00:00:00 2001 From: Akshit Gupta <96991785+akkshitgupta@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:17:54 +0530 Subject: [PATCH] docs: operation trait object description (#1001) Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com> --- spec/asyncapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index e1eb81f3..6f8fb5c3 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -924,7 +924,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).