json-schema-viewer icon indicating copy to clipboard operation
json-schema-viewer copied to clipboard

A JSON Schema viewer React component

Results 32 json-schema-viewer issues
Sort by recently updated
recently updated
newest added

very much a WIP used in https://github.com/stoplightio/platform-internal/pull/12693 `yarn storybook` and visit http://localhost:6006/?path=/story/diff--simple-all-of

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

## Describe the bug When I have a JSON schema that defines further schema constraints inside of `additionalProperties`...JSV does not render them properly in the UI. ## To Reproduce ###...

enhancement
team/pierogi-platoon

## Describe the bug Falsy default values aren't currently displayed and are entirely ignored. ## To Reproduce 1. Given any schema model with a falsy default value ```json { "type":...

t/bug
triaged
p/documented

## Describe the bug Since we mix validations & annotations, they undergo pretty much the same process. While avoiding `true` or `false` makes perfect sense in the case of validation...

t/bug
triaged
p/documented

## Summary With #109 merged, we now have the option to output much nicer HTML than we do right now. This would help with both the new product initiative of...

chore
team/pierogi-platoon

Hi Team, I'm new to @stoplight/json-schema-viewer. I'm using @stoplight/json-schema-viewer: 3.1.1 version `` I'm implementing expand all and collapse all feature. I want to get tree state of json schema(if any...