Closed sergioalvz closed 6 years ago
Sounds good. If none is provided it should definitely not worry about it.
I just added it for the case where haps docs are generated (rare).
@tlivings do you mind if I open a PR for this?
Not at all!
This is published in 1.0.1.
Thanks for the PR.
Hi there,
first of all, thanks for this amazing project :)
This is more a question than an issue itself but it is not possible to make the PetStore definition to work with this plugin because
POST /v2/pet
has an empty description''
(which does not look to be a valid value for Hapi'sroute.options.description
). Since the document is a valid OpenAPI spec, perhaps it might be better to skip the description property forroute.options
in those cases... What do you think?Cheers, Sergio