Skip to content

Commit

Permalink
fix: headers description in MessageExample
Browse files Browse the repository at this point in the history
Update headers description. Clarify that headers must be a map of key-value pairs
  • Loading branch information
Pakisan committed Jan 10, 2025
1 parent 21c25a4 commit dffbf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/3.0.0/messageExampleObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"headers": {
"type": "object",
"description": "Example of the application headers. It can be of any type."
"description": "Example of the application headers. MUST be a map of key-value pairs."
},
"payload": {
"type": ["number", "string", "boolean", "object", "array", "null"],
Expand Down

0 comments on commit dffbf5d

Please sign in to comment.