Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

3.0.0 – Initial Release

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 10 Jun 20:44
· 21 commits to master since this release

Basic jsonschema-generator module based on jackson-annotations.

  • Populate "description" as per @JsonPropertyDescription (falling-back on @JsonClassDescription).
  • Apply alternative field names defined in @JsonProperty annotations.
  • Ignore fields that are deemed to be ignored according to various jackson-annotations (e.g. @JsonIgnore, @JsonIgnoreType, @JsonIgnoreProperties) or are otherwise supposed to be excluded.