Skip to content

1.0.0 – Base Release

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 18 May 06:16
b679d91
  • Reflection-based JSON Schema Generator.
  • Support of generics and the resolution of their type boundaries in the respective scope.
  • Inclusion of any fields and public methods in a generated JSON Schema.
  • Ability to define a fixed JSON Schema per type (e.g. for determining how to represent primitive types).
  • Ability to customise various aspects of schema generation and assigned attributes.
  • Concept of modules (e.g. for sub-libraries) to define a single entry-point for applying individual configurations.
  • Standard enum of common configuration options.
  • Specific handling of enums (two alternatives via standard options).
  • Specific handling of optionals (two alternatives via standard options).
  • Pre-defined sets of standard options to cover different use-cases and simplify library usage.