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).