Skip to content

Commit

Permalink
fix: fix type of payload and headers in MessageExample
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 30, 2024
1 parent 2da0459 commit 8aac004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions/3.0.0/messageExampleObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
"description": "A brief summary of the message example."
},
"headers": {
"type": "object",
"type": ["number", "string", "boolean", "object", "array", "null"],
"description": "Example of the application headers. It can be of any type."
},
"payload": {
"type": ["number", "string", "boolean", "object", "array", "null"],
"description": "Example of the message payload. It can be of any type."
}
},
Expand Down

0 comments on commit 8aac004

Please sign in to comment.