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
Current implementation of \League\OpenAPIValidation\PSR15\ValidationMiddleware always validates both request and response. But I my API returns long lists of large JSON objects, and response validation becomes a bottleneck. I would like to omit it for some endpoints. It would be great to have the ability to configure it somehow, without necessity to edit or extend library classes.
Thanks to all of contributors!
The text was updated successfully, but these errors were encountered:
Current implementation of
\League\OpenAPIValidation\PSR15\ValidationMiddleware
always validates both request and response. But I my API returns long lists of large JSON objects, and response validation becomes a bottleneck. I would like to omit it for some endpoints. It would be great to have the ability to configure it somehow, without necessity to edit or extend library classes.Thanks to all of contributors!
The text was updated successfully, but these errors were encountered: