Skip to content

Commit

Permalink
Update spec/asyncapi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jun 20, 2023
1 parent 5b17dca commit 5a2ee1e
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 @@ -2627,7 +2627,7 @@ Runtime expressions preserve the type of the referenced value.

### <a name="traitsMergeMechanism"></a>Traits Merge Mechanism

Traits MUST be merged with the target object using the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) algorithm in the same order they are defined. A property on a trait MUST NOT override the same property on the main object.
Traits MUST be merged with the target object using the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) algorithm in the same order they are defined. A property on a trait MUST NOT override the same property on the target object.

#### Example

Expand Down

0 comments on commit 5a2ee1e

Please sign in to comment.