Fork me on GitHub

Metaschema XML and JSON Schema Generator

This module provides a Java API for generating XML and JSON schema using a Metaschema module.

The following dependency can be added to your POM to use this library.

<dependency>
  <groupId>dev.metaschema.java</groupId>
  <artifactId>metaschema-schema-generator</artifactId>
  <version>1.1.0</version>
</dependency>

Please review the Metaschema module unit test which provides a few examples.