Monday 30 November 2015

How do you create JSON Schemas?

JSON Schemas are definitely helpful in many cases. Many people realize that, but are too lazy (me! me!) to create and maintain them. To create your first schema you can just take your JSON and go to http://jsonschema.net/ , generate it and tweak by hand, but how to maintain it later?My questions are:Do you create everything by hand?Do you have some editor with syntax checking? (which editor and which plugin do you use?)Is you schema really always up-to-date?Do you use your schema for automated testing, building a documentation or both? (or something more?)

Submitted November 30, 2015 at 12:38PM by meehow808

No comments:

Post a Comment