You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I have created a minimal reproducible example in CodeSandBox. To use this example:
Navigate to CodeSandBox and it will start the container
Use a local zip file and the address bar of the rendered CodeSandBox browser to fill out the following curl
curl -X POST --form 'core=@/home/...YOUR_PATH.../core' https://GET_URL_FROM_ADDRESS_BAR/example
System Description
OS: Ubuntu 20.04.2 LTS
Node Latest LTS
Issue Description
The validation middleware isn't accepting files that are defined in the OpenAPI yaml. The files are correctly parsed by multer but they are marked as extra.
Reproduction
Note: I have created a minimal reproducible example in CodeSandBox. To use this example:
curl -X POST --form 'core=@/home/...YOUR_PATH.../core' https://GET_URL_FROM_ADDRESS_BAR/example
System Description
Issue Description
The validation middleware isn't accepting files that are defined in the OpenAPI yaml. The files are correctly parsed by multer but they are marked as extra.
Swagger
OpenApiValidator Config
Curl
The Error
The text was updated successfully, but these errors were encountered: