File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package examples ;
22
3- import io .vertx .docgen .Source ;
43import io .vertx .json .schema .Schema ;
54import io .vertx .json .schema .SchemaParser ;
65import io .vertx .json .schema .common .dsl .SchemaBuilder ;
109import static io .vertx .json .schema .draft7 .dsl .Keywords .*;
1110import static io .vertx .json .schema .draft7 .dsl .Schemas .*;
1211
13- @ Source
1412public class JsonSchemaDslExamples {
1513
1614 public void createSchema () {
Original file line number Diff line number Diff line change 33import io .vertx .core .Vertx ;
44import io .vertx .core .json .JsonObject ;
55import io .vertx .core .json .pointer .JsonPointer ;
6- import io .vertx .docgen .Source ;
76import io .vertx .json .schema .*;
87
9- @ Source
108public class JsonSchemaExamples {
119
1210 public void instantiate (Vertx vertx ) {
Original file line number Diff line number Diff line change 1+ @ Source
2+ package examples ;
3+
4+ import io .vertx .docgen .Source ;
You can’t perform that action at this time.
0 commit comments