AsyncAPI Best Practices

(0 reviews)

asyncapi-server-no-empty-variable

general > asyncapi-server-no-empty-variable


Guidance / Message

The server URL "{{core.urlTemplate}}" should not have empty variable declarations.

Examples

valid

asyncapi: 2.0.0
servers:
  production:
    url: "amqp://{{host}}.com"
    protocol: amqp
    description: Production server
    variables:
      host:
        description: The hostname of the server
        default: example

invalid

asyncapi: 2.0.0
servers:
  production:
    url: "amqp://{}.com"
    protocol: amqp
    description: Production server

Applies to Server

Constraint

Type: Declarative Validation

Reviews

TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onNov 29, 2023
Asset overview

Asset versions for 1.1.x

Asset versions
VersionActions
1.1.0

Tags