Mercurial > hg > piper
view test.sh @ 105:f27d1eb607c7
Add load response example
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 15 Mar 2016 15:39:11 +0000 |
parents | 12e43b583554 |
children | a5eb5ef2e92d |
line wrap: on
line source
#!/bin/bash set -eu for ex in examples/*.json ; do echo "Checking $ex..." 1>&2 jsonschema -i "$ex" schema/$(basename "$ex") done