httpbin
httpbin copied to clipboard
fix: OpenAPI spec invalid
This PR fixes the generated OpenAPI spec document to be v2.0 compliant.
The most important changes are the removal of the deprecated/non-standard SmartAPI fields responsibleOrganization
and responsibleDeveloper
. And the removal of the non-standard protocol
field at the top level.
These fields alone prevented the use of HTTPBin spec on most OAS compliant tooling.
This PR was originally opened on https://github.com/postmanlabs/httpbin/pull/710 but this remote seems to not be maintained anymore.