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>2.0.1</version>
</dependency>
Please review the Metaschema module unit test which provides a few examples.