asyncapi

v2.6.1
AsyncAPI schema versions

AsyncAPI

This package provides all the versions of the AsyncAPI schema.

Installation

npm install asyncapi

Usage

Grab a specific AsyncAPI version:

const asyncapi = require('asyncapi/schemas/1.0.0');

// Do something with the schema.

Get a list of versions:

const versions = require('asyncapi');

console.log(versions);
// 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

npm i asyncapi

Metadata

Downloads

Maintainers