Skip to content

Commit

Permalink
docs: add info about plugins to installation instructions (asyncapi#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
apreshagarwal authored Oct 12, 2021
1 parent 9ada9bf commit 6a7a182
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
```
npm install @asyncapi/parser
```
The parser by default supports AsyncAPI Schema Format and JSON Schema Format. For additional formats, you need to install additional plugins. For example:
- Avro schema
```
npm install @asyncapi/avro-schema-parser
```
- OpenAPI Schema Object
```
npm install @asyncapi/openapi-schema-parser
```
- RAML data type
```
npm install @asyncapi/raml-dt-schema-parser
```

## Examples

Expand Down

0 comments on commit 6a7a182

Please sign in to comment.