Basline simple.json with inspector and one test.
This commit is contained in:
parent
766d859b2f
commit
81b133ec84
@ -17,10 +17,6 @@
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
<artifactId>json-path</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.networknt</groupId>
|
||||
<artifactId>json-schema-validator</artifactId>
|
||||
|
@ -3,7 +3,6 @@ package org.oneedtech.inspect.vc;
|
||||
import org.oneedtech.inspect.test.Sample;
|
||||
|
||||
public class Samples {
|
||||
|
||||
public static final class OB30 {
|
||||
public static final class SVG {
|
||||
public final static Sample SIMPLE_JSON_SVG = new Sample("ob30/simple-json.svg", true);
|
||||
@ -26,4 +25,10 @@ public class Samples {
|
||||
public final static Sample SIMPLE_JWT = new Sample("ob30/simple.jwt", true);
|
||||
}
|
||||
}
|
||||
|
||||
public static final class CLR20 {
|
||||
public static final class JSON {
|
||||
public final static Sample SIMPLE_JSON = new Sample("clr20/simple.json", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user