Skip to content

Commit

Permalink
fix: replace outdated schemaFormat attribute by contentType (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos authored Oct 19, 2024
1 parent 0086621 commit b3b686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/documenting-messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For example:
message = @AsyncMessage( // Optional
messageId = "my-unique-id",
name = "ExamplePayloadDto",
schemaFormat = "application/vnd.aai.asyncapi+json;version=3.0.0",
contentType = "application/vnd.aai.asyncapi+json;version=3.0.0",
description = "Example payload model for sending messages"
)
))
Expand Down

0 comments on commit b3b686e

Please sign in to comment.