Skip to content

Commit

Permalink
fix: Operation Trait object Description
Browse files Browse the repository at this point in the history
  • Loading branch information
akkshitgupta committed Dec 6, 2023
1 parent 037c150 commit 41da056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ reply:

#### <a name="operationTraitObject"></a>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).

Expand Down

0 comments on commit 41da056

Please sign in to comment.