Skip to content

Tags: invopop/jsonschema

Tags

v0.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #159 from misberner/mi/custom-comment-lookup

Add a custom mechanism for looking up comments.

v0.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #108 from invopop/schema-property-alias

Support for JSONSchemaAlias method

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #105 from cloudquery/fix/zero-max-min-length

fix: Unsigned int handling (0 is a valid value)

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #100 from cloudquery/fix/min-max-ptr

fix: Values for section 6.2 should be numbers

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #97 from invopop/orderedmaps-generics

Using orderedmap with generics support

v0.8.0

Updating release github action definition

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #53 from webdestroya/feat/schema-post

feat(reflect): Add method to modify the schema after processing

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from invopop/unique-require

Avoid duplicate require entries when composing

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #23 from invopop/anonymous-embed

Refactor type handling for maps and types, removing YAML

v0.4.0

quick fix to lint issues