Closed NSLog0 closed 4 years ago
@NSLog0 Can you submit a minimal test case?
I think this is an error with your schema. Your targetSchema
specifies type: "array"
but uses the "properties" keyword, which only makes sense with type: "object"
. Perhaps you intended to use the "items" keyword?
I've defined a scheme which to check data is containing any value by holding value in enum
When I run validator I got empty result instead of thrown any error