Hi All,
I have set up Schema Registry and Rest Proxy on my local environment. I am trying to validate the requests against the JSONSchema present in the Schema Registry.
I am able to make it working and able to get the validation response. However, it does not provide the list of all the errors for which the validation has failed.
If there is only one field for which the validation has failed, it is giving the proper error response like - number field can’t be greater than 999.
But if there are multiple errors, it just returns the count.
Let me know if there is something which I missed.