Skip to content

Commit b3b686e

Browse files
authored
fix: replace outdated schemaFormat attribute by contentType (#97)
1 parent 0086621 commit b3b686e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/documenting-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example:
2626
message = @AsyncMessage( // Optional
2727
messageId = "my-unique-id",
2828
name = "ExamplePayloadDto",
29-
schemaFormat = "application/vnd.aai.asyncapi+json;version=3.0.0",
29+
contentType = "application/vnd.aai.asyncapi+json;version=3.0.0",
3030
description = "Example payload model for sending messages"
3131
)
3232
))

0 commit comments

Comments
 (0)