Closed
Description
Empty API responses are allowed by the OpenAPI spec but currently cause an error when parsing a schema which uses them:
Instead, they should be supported, probably returning None
as the response.
Empty API responses are allowed by the OpenAPI spec but currently cause an error when parsing a schema which uses them:
Instead, they should be supported, probably returning None
as the response.