openapi-generator/bin/springboot-petstore-server-beanvalidation.json
dhuning 8cf0f7046e Adds @Valid to request body for the JavaSpring (#4850)
* Adds Valid annotation for request body (#4847)

If useBeanValidation is active, this change will add Valid annotation to ReqeustBody

* Adds generated samples for bean vaildation in spring boot (#4847)

* Adds Valid import to Controller

* Adds generated code for bean validation change
2017-04-13 17:42:02 +08:00

5 lines
64 B
JSON

{
"library": "spring-boot",
"useBeanValidation": true
}