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
Thanks for reporting this @chimeno .. Would you be willing to provide a fix for this in the form of a PR? If you're not willing, could you provide a more complete example on how to reproduce this?
This is still present in Connexion 2.7.0. I was trying to use minItems in an array and no validation error is issued when the array does not meet the specification.
Description
When using a parameter like:
Validation doesn't occur given the properties (minimum, maximum, maxItems, minItems) that are in the https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#itemsObject
Expected behaviour
Validation on that properties should exists
Actual behaviour
Validation doesn't occur
Additional info:
Output of the commands:
The text was updated successfully, but these errors were encountered: