PayU / openapi-validator-middleware

Input validation using Swagger (Open API) and ajv
Apache License 2.0
144 stars 50 forks source link

Validate Response - Express #179

Open YaakovR opened 2 years ago

YaakovR commented 2 years ago

Is there any way in Express.js to use this package to validate responses?

kobik commented 2 years ago

Hi @YaakovR ,

It is possible to add response validation for all frameworks, although it's not currently supported. Our schema validation package supports that.

PRs are always welcom