Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 16:40
· 4 commits to main since this release
308fb07

JSONSchemaGenerator v0.3.0

Diff since v0.2.0

  • Support for combination keywords in the JSON schema generation

Breaking changes

  • New interface function combinationkeywords and related types AnyOf, AllOf, OneOf and Not

Merged pull requests:

  • Added support for boolean combination keywords (#7) (@NickSale)