asyncapi / modelina

A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
https://modelina.org
Apache License 2.0
301 stars 175 forks source link

Cannot process AsyncAPI YAML document #2026

Closed jonaslagoni closed 3 months ago

jonaslagoni commented 3 months ago

You cannot give the generator a stringified JSON input or a YAML document, as it does not currently know how to process it.

jonaslagoni commented 3 months ago

Solved in https://github.com/asyncapi/modelina/pull/2023