AsyncAPI Best Practices

(0 reviews)

asyncapi-servers

general > asyncapi-servers


Guidance / Message

A non-empty servers object is expected to be located at the root of the document.

Examples

valid

asyncapi: 2.0.0
info:
  title: example API
  version: "1.0.0"
servers:
  production:
    url: "amqp://someserver.com"
    protocol: amqp
    description: Production server

invalid

asyncapi: 2.0.0
info:
  title: example API
  version: "1.0.0"

Applies to AsyncAPI

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