Skip to content

Commit

Permalink
add messages to operation reply object
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Apr 2, 2023
1 parent d49f8c6 commit a3814dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions definitions/3.0.0/operationReply.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
},
"channel": {
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
"messages": {
"type": "array",
"items": {
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
}
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down

0 comments on commit a3814dc

Please sign in to comment.