I encountered this problem during the usage of this library in a project of mine. One endpoint was missing a description, which resulted in an build error.
This Pullrequest allows descriptions of any sort to be missing from the openapi.json.
The Specification it self does not require those fields (see https://swagger.io/specification/), thus this library should not force the user to provide it.
I would greatly appreciate, if this proposal makes it way into the next release.
I encountered this problem during the usage of this library in a project of mine. One endpoint was missing a description, which resulted in an build error.
This Pullrequest allows descriptions of any sort to be missing from the
openapi.json
.The Specification it self does not require those fields (see https://swagger.io/specification/), thus this library should not force the user to provide it.
I would greatly appreciate, if this proposal makes it way into the next release.