HTML clients seem to have "helloreverb" hardcoded as a fallback for missing info
Opened this issue · 4 comments
Symptom: omit info > contact > email (or url)
- This seems to validate in the swagger editor but if you generate an html client, it will be autofilled with helloreverb.com.
Affected templates: HTML and HTML2. Dynamic HTML I think is fine.
You can try reproducing it by comparing the output with and without lines 6-8 in this file
This also happens on openapi 3.0.3 when generating html client.
What is even the point of the code examples that are generated? They contain no models, but do refer to them...
This is still a problem - happens when generating static html documentation from a spec file.
helloreverb.com
seems to be defined as default values here:
This seems to affect quite a lot of sites; just search for hello@helloreverb.com
with your favorite web search engine and you will see multiple production OpenAPI documentation pages with that e-mail address.