What is an AsyncAPI Specification?
AsyncAPI is a standard for documenting event-driven APIs
The AsyncAPI Specification is a framework used by developers to document event-driven APIs. The specification is written in JSON or YAML and contains all of your channels, messages, schemas, and authentication schemes. Fern is compatible with AsyncAPI specification v2.6.0 and v3.0.0.
Considering options to generate an AsyncAPI spec? Get live support here
Below is an example of an AsyncAPI file:
asyncapi.yml
Setup your fern folder
Start by initializing your fern folder with an AsyncAPI spec
This will initialize a directory like the following