Skip to content

Commit

Permalink
fix: remove message oneOf (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jun 26, 2023
1 parent 7e989b3 commit 6fdb647
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion definitions/3.0.0/channelMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/message.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/messageObject.json"
}
]
},
Expand Down
24 changes: 0 additions & 24 deletions definitions/3.0.0/message.json

This file was deleted.

2 changes: 1 addition & 1 deletion definitions/3.0.0/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/message.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/messageObject.json"
}
]
},
Expand Down

0 comments on commit 6fdb647

Please sign in to comment.