예제 #1
0
 public JsonSchemaDefinitions(JsonSchemaRepository repository, JsonObject root)
 {
     this.root = root;
     this.parser = new JsonSchemaParser();
     this.repository = repository;
 }
예제 #2
0
 public JsonSchemaReader(JsonDocument document)
 {
     this.document = document;
     this.parser = new JsonSchemaParser();
 }