-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Ryan Pavlik edited this page May 29, 2015
·
2 revisions
Welcome to the OSVR-JSON-Schemas wiki!
We're using Draft 4 of JSON-Schema.
- Atom text editor - Useful web-oriented text editor that can syntax-check and beautify json
- Generate schema from JSON - Slick tool to generate (at least a starting point of) a JSON Schema given some JSON data it intends to describe.
- Web validator
- jq - command line JSON processor - there's also a web app if you don't feel like downloading anything.
Haven't found a good, cross-platform schema validator to run as a part of the build process yet. Lots of ones for web apps...
- JSON Schema Tutorial - Great resource from the Space Telescope Science Institute, covers nearly everything regarding creating a JSON Schema document.
- JSON Schema de-facto homepage