AsyncAPI Best Practices

(0 reviews)

asyncapi-info-description

general > asyncapi-info-description


Guidance

AsyncAPI object info description must be present and be a non-empty string.

Examples can contain Markdown, so you can provide as much getting started information as you want,
like where to find authentication keys, and how to use them.

Message

Provide a description for the API.

Examples

valid

asyncapi: 2.0.0
info:
  title: example API
  version: "1.0.0"
  description: Example
channels: {}

invalid

asyncapi: 2.0.0
info:
  title: example API
  version: "1.0.0"
channels: {}

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