lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
91 stars 23 forks source link

asyncapiv3: fix array type #175

Closed lerenn closed 6 months ago

lerenn commented 6 months ago

When generating a specification with an array, the array type is not generated.