aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/validate.js
Commit message (Collapse)AuthorAgeFilesLines
* add blockchain test linting to travisJared Wasinger2017-08-261-2/+8
|
* validate.js takes schema file as argumentcdetrio2017-08-081-1/+3
|
* remove es6 syntax from validation script.Jared Wasinger2017-08-081-1/+1
|
* make log ordering consistentJared Wasinger2017-08-081-0/+11
|
* make error output more informative. Make schema more comprehensive. Add ↵Jared Wasinger2017-08-081-31/+38
| | | | exit code of -1 upon failure
* fix process errorJared Wasinger2017-08-081-1/+0
|
* format code. Remove unused python codeJared Wasinger2017-08-081-8/+12
|
* use JS for json schema validation because the Node 'jsonschema' library is ↵Jared Wasinger2017-08-081-1/+1
| | | | the only one (that I have found) to correctly handle 'additionalProperties' as a boolean (https://spacetelescope.github.io/understanding-json-schema/reference/object.html)
* add "explanation" field. Reduce number of schema errorsJared Wasinger2017-08-081-0/+50