Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix incorrect example for AMQP
According to the JSON Schema files, you are only allowed to use exchange or queue depending on the `is`: https://github.com/asyncapi/spec-json-schemas/blob/287ed2846a764ac6ffce1d5034a9e3e47853a247/bindings/amqp/0.3.0/channel.json#L84 You cannot have both, which makes the example invalid.
- Loading branch information