ruby-jsonchema
ruby-jsonchema copied to clipboard
How to validate an array of hash
Hi there:
I have an API that can receive an object (which I'm validating succesfully with jsonschema) or an array of objects.....I don't know how to validate that structure..could you show me an example of that ?
Thanks !