File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 19
19
A JSON Schema validator implementation in Java which aims for correctness and
20
20
performance, in that order
21
21
22
- < b > TODO</ b >
22
+ < h2 > Sample usage</ h2 >
23
+
24
+ < ul >
25
+ < li > create a {@link org.eel.kitchen.jsonschema.schema.JsonSchemaFactory};
26
+ </ li >
27
+ < li > create a {@link org.eel.kitchen.jsonschema.schema.JsonSchema} using
28
+ that factory;
29
+ </ li >
30
+ < li > for each instance you wish to validate:
31
+ < ul >
32
+ < li > create a {@link org.eel.kitchen.jsonschema.main.ValidationContext};
33
+ </ li >
34
+ < li > validate using the created schema.</ li >
35
+ </ ul >
36
+ </ li >
37
+ </ ul >
38
+
39
+ < p > < b > NOTE:</ b > the API is very likely to change in the future! It will be
40
+ stabilized once version 0.5.0 is reached.</ p >
41
+
23
42
</ body >
24
43
</ html >
You can’t perform that action at this time.
0 commit comments