This object contains server connection information about the Solace broker. This object contains additional connectivity information not possible to represent within the core AsyncAPI specification.
Get JSON SchemaBundleIdentifier | https://schemas.sourcemeta.com/asyncapi/bindings/solace/0.2.0/server.json |
---|---|
Base Dialect | Draft7 |
Dialect | http://json-schema.org/draft-07/schema# |
Health | |
Size | 0.000947 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.
/examples/0
blaze/valid_examplesOnly include instances in the `examples` array that validate against the schema
Invalid example instance at index 0 The object value was not expected to define the property "msgVpn" at instance location "/msgVpn" at evaluate path "/additionalProperties" The object value was not expected to define additional properties at instance location "" at evaluate path "/additionalProperties"/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