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
82 stars 22 forks source link

AsyncAPI v3: support default values #138

Open lerenn opened 4 months ago

lerenn commented 4 months ago

For now, when a default value is specified in the specification, it is not used.

The entity having a default value should be optionally settable, with the default value by default.