Skip to content
fge edited this page Feb 26, 2013 · 2 revisions

Link to source code

https://github.com/fge/json-schema-processor-examples/blob/master/src/main/java/com/github/fge/jjschema/JJSchemaProcessor.java

Inputs and outputs

  • Input: a ClassHolder.
  • Output: a SchemaHolder.

What it does

From a Java class, this processor outputs a JSON Schema in the form of a SchemaTree wrapped into a SchemaHoder.

Software used