This object contains information about the server representation in MQTT.
Get JSON SchemaBundleIdentifier | https://schemas.sourcemeta.com/asyncapi/bindings/mqtt/0.2.0/server.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.003125 MB |
This schema has 3 direct dependencies and 3 indirect dependencies.
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/lastWill/properties/qos/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types