Program for converting JSON Schema specification from XML to Markdown (GFM).
- JDK 16+
- Maven
mvn verify
java -jar ./target/spec-converter-1.0.0.jar <path>
The resulting .md file will have the same name as the specified XML file and will be placed in the current working directory.
The first run may take some time due to the downloading of entity definitions. Subsequent runs will be significantly faster because the downloaded entities are cached.
java -jar ./target/spec-converter-1.0.0.jar ../json-schema-spec/jsonschema-core.xml
java -jar ./target/spec-converter-1.0.0.jar ../json-schema-spec/jsonschema-validation.xml
java -jar ./target/spec-converter-1.0.0.jar ../json-schema-spec/relative-json-pointer.xml