VEuPathDB / example-jaxrs-container-service

Demo of a containerized Raml & JaxRS based service project.
Apache License 2.0
0 stars 0 forks source link

Use json schema validation in service. #4

Open Foxcapades opened 3 years ago

Foxcapades commented 3 years ago

During the build we can use a tool that converts raml to json schema, then using a java json-schema validator we can have semi-automated request validation.