Skip to content

zesty-io/schema-reader-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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