https://github.com/zesty-io/schema-reader-ui
Frontend View to Test Zesty.io Schema YAML Files
https://github.com/zesty-io/schema-reader-ui
schema yaml zesty-io
Last synced: 3 months ago
JSON representation
Frontend View to Test Zesty.io Schema YAML Files
- Host: GitHub
- URL: https://github.com/zesty-io/schema-reader-ui
- Owner: zesty-io
- License: mit
- Created: 2018-05-14T16:48:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T21:00:12.000Z (almost 8 years ago)
- Last Synced: 2025-10-30T10:12:56.761Z (9 months ago)
- Topics: schema, yaml, zesty-io
- Language: JavaScript
- Homepage: https://zesty-io.github.io/schema-reader-ui/
- Size: 22.5 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zesty.io YAML Schema Reader
Frontend Interface to Test Zesty.io Schema YAML Files against the remote cloud function https://us-central1-zesty-dev.cloudfunctions.net/schemaReader
Visit the url: https://zesty-io.github.io/schema-reader-ui/
### Examples
Examples dynamically load from json files in the Examples folder. The master file is [examples.json](assets/examples/examples.json). This file points to other files that dynamically load the examples panel, each example points to a remote Zesty.io YAML Schema files.
We encourage other to make pull requests against examples. Add your own and help other devs.
### Project Goals
The goal is to create an interactive tool for developers to test their YAML schema files. It's important to keep this repo very lightweight, no build process and few dependencies.
### Dependencies
* ACE Editor with YAML mode and XCODE theme
* JQuery 3.3.1
* Bulma CSS framework