Skip to content

Releases: matthijscox/JSONSchemaGenerator.jl

v0.3.1

10 Sep 08:31
2c17795
Compare
Choose a tag to compare

JSONSchemaGenerator v0.3.1

Diff since v0.3.0

Fix JSON array schemas for Vector{T}

Merged pull requests:

Closed issues:

  • Schema generation for Vector{T} yields schema for Vector type (#9)

v0.3.0

16 May 16:40
308fb07
Compare
Choose a tag to compare

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)

v0.2.0

17 Apr 08:01
802efdd
Compare
Choose a tag to compare

JSONSchemaGenerator v0.2.0

Diff since v0.1.0

  • Backwards compatible support for Julia 1.0

Breaking changes

  • Treat known string types like Symbol and Char as actual JSON string types, instead of objects.

Merged pull requests:

v0.1.0

22 Mar 08:00
Compare
Choose a tag to compare

JSONSchemaGenerator v0.1.0