AsyncAPI Parser

The AsyncAPI Parser parses, validates, and provides a programmatic API over AsyncAPI documents. It is the reference implementation used by Studio, the CLI, and the Generator. Available in JavaScript and Go; a shared parser-api defines the interface.

API entry from apis.yml

apis.yml Raw ↑
name: AsyncAPI Parser
description: The AsyncAPI Parser parses, validates, and provides a programmatic API over AsyncAPI documents.
  It is the reference implementation used by Studio, the CLI, and the Generator. Available in JavaScript
  and Go; a shared parser-api defines the interface.
humanURL: https://github.com/asyncapi/parser-js
properties:
- type: ParserJS
  url: https://github.com/asyncapi/parser-js
- type: ParserGo
  url: https://github.com/asyncapi/parser-go
- type: ParserAPI
  url: https://github.com/asyncapi/parser-api
- type: NPM
  url: https://www.npmjs.com/package/@asyncapi/parser
tags:
- Parser
- Validator
- Tooling