Closed ChrisLahaye closed 4 years ago
@vkarpov15 I add some tests.
The first test case, without my change it attempts to apply the virtual lowercaseName
in any nested array subschema, even though the virtual is only present in the root schema.
The second test case, without my change it attempts to apply the virtual childs.uppercaseOther
in the root schema, even though the virtual is only present in the schema of childs
.
The third test case is a combination of the first two.
Rebased on master
Signed-off-by: Chris Lahaye dev@chrislahaye.com