Giter Site home page Giter Site logo

Comments (12)

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

(Updated original issue with correct error as 0.3.2 was hiding actual issue behind new one)

from openapi-validator-middleware.

idanto avatar idanto commented on July 28, 2024

@igor-savin-ht the package indeed doesn't support formData source.
My main goal was to support JSON APIs cause this is what I usually do, but I would be happy to add this case.

Can you please provide a server and a test for this case and I will make a fix for this scenario?

from openapi-validator-middleware.

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

Sure, I'll add failing test.

from openapi-validator-middleware.

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

@idanto Done.

from openapi-validator-middleware.

idanto avatar idanto commented on July 28, 2024

Thanks @igor-savin-ht

I did a bit of a reading and I'm not sure what should be the expected behavior in your case.
What do you suggest? what would you validate?

from openapi-validator-middleware.

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

@idanto I would say that in given case the only important thing is to check that file with given name was sent as a part of request. Worst case scenario, if that is for some reason not possible to check easily - at least it shouldn't fail with error :)

from openapi-validator-middleware.

idanto avatar idanto commented on July 28, 2024

Hi @igor-savin-ht ,

TBH, I don't use multipart/data-form so the package doesn't support it, but I added a suggested solution in merge request #16 - the solution is based on the use of express/multer package as a request parser and it validates both required and optional file names using ajv custom keyword that I created.

Feel free to comment and suggest better solutions or improvements.

from openapi-validator-middleware.

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

Thank you very much! I'll make sure to give it a good hard testing after it is merged :D

from openapi-validator-middleware.

idanto avatar idanto commented on July 28, 2024

You can test it even if it is still in a branch using this link in npm install command:
https://github.com/idanto/express-ajv-swagger-validation.git#support-multipart-form-data

from openapi-validator-middleware.

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

Cool, will try it out tomorrow, it's 22:42 here, a bit too late to fire up IDE :D

from openapi-validator-middleware.

idanto avatar idanto commented on July 28, 2024

Released in v0.4.0

from openapi-validator-middleware.

igor-savin-ht avatar igor-savin-ht commented on July 28, 2024

Just tried new version out on our service, works like a charm, thanks!

from openapi-validator-middleware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.