AsyncAPI
This package provides all the versions of the AsyncAPI schema.
Installation
npm install asyncapi
Usage
Grab a specific AsyncAPI version:
const asyncapi = ; // Do something with the schema.
Get a list of versions:
const versions = ; console;// Outputs://// {// '1.0.0': [Object],// '1.1.0': [Object]// } const asyncapi = versions'1.1.0'; // Do something with the schema.
Author
Fran Méndez – www.fmvilas.com