This object contains information about the operation representation in Solace.
Get JSON SchemaBundleIdentifier | https://schemas.sourcemeta.com/asyncapi/bindings/solace/0.4.0/operation.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.003963 MB |
This schema has 0 direct dependencies and 0 indirect dependencies.
This schema has 6 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/destinations/items/oneOf/0/properties/destinationType/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/properties/destinations/items/oneOf/0/properties/queue/properties/accessType/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/destinations/items/oneOf/1/properties/destinationType/const
const_with_typeSetting `type` alongside `const` is considered an anti-pattern, as the constant already implies its respective type
/properties/destinations/items/properties/deliveryMode/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types