Releases: matthijscox/JSONSchemaGenerator.jl
Releases · matthijscox/JSONSchemaGenerator.jl
v0.3.0
JSONSchemaGenerator v0.3.0
- Support for combination keywords in the JSON schema generation
Breaking changes
- New interface function
combinationkeywords
and related typesAnyOf
,AllOf
,OneOf
andNot
Merged pull requests:
v0.2.0
JSONSchemaGenerator v0.2.0
- Backwards compatible support for Julia 1.0
Breaking changes
- Treat known string types like
Symbol
andChar
as actual JSON string types, instead of objects.
Merged pull requests:
- Treat
Symbol
as astring
type, notobject
(#4) (@MichaelHatherly) - Bump version to
0.2.0
(#6) (@MichaelHatherly)