Forum Discussion
dseybo
6 years agoNew Contributor
HKosova thank you for the suggestion, I have applied the changes to the schemas as follows:
Fish:
type: object
required:
[depth]
properties:
depth:
type: integer
Dog:
type: object
required:
[country]
properties:
country:
type: string But the errors results the same when calling the endpoint of the newly generated JAX-RS server