fastapi-httpbin icon indicating copy to clipboard operation
fastapi-httpbin copied to clipboard

Open API Spec File fails parsing

Open prestonhashworth opened this issue 2 months ago • 3 comments

The spec file at /openapi.json appears to have some problems when loaded from the latest image at docker.io/dmuth1/fastapi-httpbin:latest. It fails to validate in an enforcement tool and editor.swagger.io reports the following:

Errors:

Semantic error at paths./cookies.delete.requestBody DELETE operations cannot have a requestBody. Jump to line 1265 Structural error at components.schemas.QRCode.properties.box_size.exclusiveMinimum should be boolean Jump to line 1849 Structural error at components.schemas.QRCode.properties.border.exclusiveMinimum should be boolean Jump to line 1856

prestonhashworth avatar Apr 08 '24 17:04 prestonhashworth