When using the proxy plugin to dynamically generate FastAPI endpoints from an OpenAPI schema, two issues occur:
-
- $ref schema resolution may fail with error:
schema ‘’ not found in components
-
- multipart/form-data file fields are not handled correctly:
even when resolved to UploadFile, Swagger UI still shows them as string and does not render file upload input
When using the proxy plugin to dynamically generate FastAPI endpoints from an OpenAPI schema, two issues occur:
schema ‘’ not found in components
even when resolved to UploadFile, Swagger UI still shows them as string and does not render file upload input