diff --git a/README.md b/README.md index f1f2092..1acafc2 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@
  • json-schema-core;
  • json-schema-validator;
  • JJSchema;
  • -
  • jsonschema2pojo.
  • +
  • jsonschema2pojo;
  • +
  • json-patch;
  • +
  • json-schema-avro.
  • This application is available here.

    Demo pages

    -

    All processors written for this site are gathered into a single package: All processors written for this site are gathered together in a single package: json-schema-processor-examples. Right now, the following pages exist:

    @@ -25,7 +27,12 @@ Right now, the following pages exist:

  • generation of a JSON Schema from a Java source file (link);
  • generation of a Java source file form a JSON Schema (link).
  • + href="http://json-schema-validator.herokuapp.com/schema2pojo.jsp">link); +
  • JSON Patch (link);
  • +
  • conversion of an Avro schema to a JSON Schema (link);
  • +

    Running the application locally