kroc702
kroc702
Hello, When validate with multiple schema using 'allOf', definition order has a behavior impact. cf attached code to test [testSchemaValidator2.zip](https://github.com/justinrainbow/json-schema/files/14265230/testSchemaValidator2.zip) Correct: ``` input value: "true" schema: { "allOf": [ {...
Hello, When mixing several objects with anyOf or oneOf, default values may be wrongly applied and interfere the validation. Cf attached file for a simple use case that where used....
**Describe the bug** jsonpath pattern can manipulate/generate data **To Reproduce** Steps to reproduce the behavior: 1. Go to https://jsonpath.com/ 2. enter jsonpath $.phoneNumbers[?(@.a={id:@.number})].a 3. result is not part of input...