alexjomin / openapi-parser

Simple and still naive openapi documentation generator from comments of your Go code.
18 stars 8 forks source link

fix: ref objects cannot have nullable property #40

Closed denouche closed 3 years ago

denouche commented 3 years ago

The change of bool to *bool is because when bool is false, with the omitempty tag, the field was not present.

denouche commented 3 years ago

cc @Sadzeih