aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/schema.json
Commit message (Collapse)AuthorAgeFilesLines
* add ECDSA parameters r, s, v. Make sure certain fields are marked as ↵Jared Wasinger2017-08-081-8/+25
| | | | required. Add regex for GasAmount.
* make error output more informative. Make schema more comprehensive. Add ↵Jared Wasinger2017-08-081-6/+42
| | | | exit code of -1 upon failure
* format code. Remove unused python codeJared Wasinger2017-08-081-94/+93
|
* use JS for json schema validation because the Node 'jsonschema' library is ↵Jared Wasinger2017-08-081-4/+8
| | | | 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 schema validation with Travis integration.Jared Wasinger2017-08-081-19/+9
|
* add "explanation" field. Reduce number of schema errorsJared Wasinger2017-08-081-0/+139