https://github.com/timsusa/json-cms
https://github.com/timsusa/json-cms
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timsusa/json-cms
- Owner: TimSusa
- License: mit
- Created: 2020-12-05T21:10:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T17:54:30.000Z (over 5 years ago)
- Last Synced: 2025-03-19T06:44:17.688Z (over 1 year ago)
- Language: JavaScript
- Homepage: json-schema-editor-simple.vercel.app
- Size: 1.21 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-cms
Create Schema Definitions and implement models with their values. According to the standard of http://json-schema.org/
## Live Demo
https://json-cms.vercel.app/
## Useful for people, who
- create JSON APIs
- create Forms
- create Schema Definitions
- handling of Schemas in a Registry
- handling of Data Models, derived from the Schema in a Registry
## Features
- JSON Schema Compliant
- Preview for the Form-View and Editor-View
- JSON Editor taken from VSCode Engine (all features like real time validation, Copy and Paste supported)
- Implement Models for your JSON Schemas
- Registry for Schemas and Models available
### Form View
### Editor View
## Electron App
You can build an electron app for Win, Mac and Linux by dropping yarn build into your cli.
## Thanks to:
http://json-schema.org/
Amazing work of:
https://github.com/rjsf-team/react-jsonschema-form