This object contains configuration for describing an Anypoint MQ exchange, queue, or FIFO queue as an AsyncAPI channel. This objects only contains configuration that can not be provided in the AsyncAPI standard channel object.
Get JSON SchemaBundleIdentifier | https://schemas.sourcemeta.com/asyncapi/bindings/anypointmq/0.0.1/channel.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.001553 MB |
This schema has 1 direct dependency and 0 indirect dependencies.
Origin | Dependency |
---|---|
/patternProperties/^x-[\w\d\.\x2d_]+$/$ref | /asyncapi/definitions/3.0.0/specificationextension |
This schema has 3 quality errors.
/properties/bindingVersion/enum
enum_to_constAn `enum` of a single value can be expressed as `const`
/properties/bindingVersion/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/destinationType/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types