Hi Johan,
Thanks for your reply. I understand. I'd like to contribute but I dont think i am good enough. :)
Another question if i may. if the response has an array of objects and there is a failure with the schema on the first object in the array, it does not iterate to the next one. Is this the expected behavior? Or I am missing something here?
I want it to still check the next object so all errors are returned at once. You see in the screenshot. The "response" key is an array of objects. The object has a, b, c keys. There are 2 objects inside the array.
But the error returned is for response[0] only. I want also to see the error for response[1] ....
Thanks.