https://github.com/jingwangtw/json-schema-editor
JSON Schema Editor
https://github.com/jingwangtw/json-schema-editor
json json-schema json-schema-generator react typescript
Last synced: about 1 year ago
JSON representation
JSON Schema Editor
- Host: GitHub
- URL: https://github.com/jingwangtw/json-schema-editor
- Owner: JingWangTW
- License: mit
- Created: 2020-10-21T01:31:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:14:04.000Z (over 1 year ago)
- Last Synced: 2025-03-20T13:33:53.967Z (about 1 year ago)
- Topics: json, json-schema, json-schema-generator, react, typescript
- Language: TypeScript
- Homepage: https://jingwangtw.github.io/json-schema-editor
- Size: 7.59 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Schema Editor
[](https://github.com/JingWangTW/json-schema-editor/actions/workflows/nextjs.yml)

[](https://json-schema.org/)
[](https://github.com/JingWangTW/dark-theme-editor/blob/main/LICENSE)
## Demo Pages
https://jingwangtw.github.io/json-schema-editor/
## Features
* Support commonly used features available in JSON Schema [Draft 7](https://json-schema.org/specification-links.html#draft-7) / [Draft 6](https://json-schema.org/specification-links.html#draft-6)
* Edit JSON schema with GUI.
* Export to file from the edited JSON schema.
* Import schema file to edit in Web GUI.
## TODO
* Support JSON pointer-related features. Ex. `definitions`, `$def`, `$ref`.
* To support Draft 2020-12.