https://github.com/bohjak/schema-finder
Simple React component for finding your way through a JSONSchema
https://github.com/bohjak/schema-finder
json-schema react
Last synced: about 2 months ago
JSON representation
Simple React component for finding your way through a JSONSchema
- Host: GitHub
- URL: https://github.com/bohjak/schema-finder
- Owner: bohjak
- License: unlicense
- Created: 2021-11-11T05:23:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T16:45:33.000Z (almost 4 years ago)
- Last Synced: 2026-04-23T06:10:53.144Z (about 2 months ago)
- Topics: json-schema, react
- Language: TypeScript
- Homepage: https://schema-finder.vercel.app
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schema Finder
> Explore, modify, and create JSONSchema instances.
Licensed under the [Unlicense].
This library started out as a drop-in replacement for [React JSON Schema
Inspector] with better support for complex array types. It is being developed
against the [JSONSchema Draft 7], so it doesn't have a full support for some of
the features of the newer drafts, but should still display them reasonably well.
## Development
```sh
# Clone
git clone https://github.com/jamesbohacek/schema-finder.git
cd schema-finder
# Install packages
pnpm i
# Run dev server with an example page
pnpm dev
# Build
pnpm build
```
[react json schema inspector]:
https://github.com/CarstenWickner/react-jsonschema-inspector
[unlicense]: ./LICENSE
[jsonschema draft 7]: https://json-schema.org/specification-links.html#draft-7