specification
specification copied to clipboard
chore(deps): bump json-schema-for-humans from 0.47 to 1.0.2 in /docgen/json
Bumps json-schema-for-humans from 0.47 to 1.0.2.
Release notes
Sourced from json-schema-for-humans's releases.
v1.0.2
1.0.2 (2024-05-16)
Bug Fixes
v1.0.1
1.0.1 (2024-05-06)
Bug Fixes
v1.0.0
1.0.0 (2024-05-03)
Changelog
Sourced from json-schema-for-humans's changelog.
1.0.2 (2024-05-16)
Bug Fixes
1.0.1 (2024-05-06)
Bug Fixes
1.0.0 (2024-05-03)
0.48
(Issue #190) Now correctly display elements next to a
$refwith reused nodes, e.g.:{ "$schema": "https://json-schema.org/draft/2019-09/schema", "type": "object", "title": "Example", "properties": { "prop1": { "$ref": "#/$defs/a", "description": "Prop1", "examples": ["1"] }, "prop2": { "$ref": "#/$defs/a", "description": "Prop2", "examples": ["2"] } }, "$defs": { "a": { "type": "string", "maxLength": 5 } } }Previously,
prop2would have been a link toprop1, hiding the different example forprop2.This may increase the size of rendered schemas in certain situations.
Commits
2d1662dchore(release): 1.0.2 [skip ci]c304af8fix: Fix for unstable enum description templating_utils.py (#243)cebe6d5chore(release): 1.0.1 [skip ci]8050904fix: Move types packages to dev-dependencies (#242)966bc8echore(release): 1.0.0 [skip ci]d5d0cf9ci: Use commit token to push releasesf8529c5chore!: Drop support for Python 3.7 (#241)160c36aci: Use token auth for Pypi499f617ci: Add missing GITHUB_TOKEN98fa390ci: Use semantic-release (#240)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)