asyncapi / parser-go

It parses AsyncAPI documents.
Apache License 2.0
55 stars 17 forks source link

Add OpenAPI schema parser #31

Closed fmvilas closed 5 years ago

fmvilas commented 5 years ago

What?

Adds a schema parser for OpenAPI/AsyncAPI1.x schemas. This type of schema is the default when you don't specify a schemaFormat.

Also updates to the latest version of the spec.

TODO

fmvilas commented 5 years ago

It now parses an AsyncAPI document, including its messages 🎉

fmvilas commented 5 years ago

I'm moving forward and gonna merge this PR. Please, if you see something wrong, missing, or just don't agree with the changes, don't hesitate to leave a comment after it's merged. I'll be happy to address these questions afterward.