Closed foobargeez closed 7 years ago
Schema:
{ "required" : [ "update" ], "type" : "object", "properties" : { "update" : { "maxItems" : 1, "type" : "array", "minItems" : 1, "items" : [ { "enum" : [ "haha" ], "type" : "string" } ] } } }
Input:
{"update": ["hah"]}
Tested against http://www.jsonschemavalidator.net/ and it's throwing errors as expected but the Perl module does not.
Thanks in advance!
Thanks for reporting in! 👍
This should be fixed in version 1.02 - soon available on CPAN.
Schema:
Input:
Tested against http://www.jsonschemavalidator.net/ and it's throwing errors as expected but the Perl module does not.
Thanks in advance!