mikekonan / go-oas3

Open API v3 server code generator
MIT License
20 stars 8 forks source link

Support validation for minLength, maxLength, minimum, maximum, exclusiveMinimum, exclusiveMaximum #27

Closed valichek closed 3 years ago

valichek commented 3 years ago

Add support for validation for minLength, maxLength, minimum, maximum, exclusiveMinimum, exclusiveMaximum in headers, path, query, body of request/response.