MS3Inc / camel-rest-extensions

Apache License 2.0
2 stars 1 forks source link

Implement multipart request validation #5

Open rlratcliffe opened 3 years ago

rlratcliffe commented 3 years ago

Currently the validators only validate with contentType.equals("application/xml") and contentType.equals("application/json"). Need to add multipart request support and investigate what multipart support the swagger-request-validator has.

The following may be helpful for the OpenApi4J validation: