Releases: matthijscox/JSONSchemaGenerator.jl
Releases · matthijscox/JSONSchemaGenerator.jl
v0.3.1
JSONSchemaGenerator v0.3.1
Fix JSON array schemas for Vector{T}
Merged pull requests:
- Fix parsing of array types (#10) (@JulianvDoorn)
Closed issues:
- Schema generation for Vector{T} yields schema for Vector type (#9)
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)