view test.sh @ 38:4965e7a462b4

Configuration response, & some doc notes
author Chris Cannam
date Thu, 17 Mar 2016 11:01:43 +0000
parents 26f7e0bb39d6
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