We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b04df + 493b6a9 commit a8047abCopy full SHA for a8047ab
src/test/java/com/networknt/schema/JsonSchemaTest.java
@@ -124,6 +124,11 @@ public void testFormatValidator() throws Exception {
124
runTestFile("tests/optional/format.json");
125
}
126
127
+ @Test
128
+ public void testComplexSchema() throws Exception {
129
+ runTestFile("tests/optional/complex.json");
130
+ }
131
+
132
@Test
133
public void testZeroTerminatedFloatsValidator() throws Exception {
134
runTestFile("tests/optional/zeroTerminatedFloats.json");
0 commit comments