#!/bin/sh set -eux mkdir -p tmp cp ../contacts_schema.yaml tmp/myschema.yaml convert-yaml2json tmp/myschema.yaml #python3 -m jsonschema -i tmp/myschema.yaml.json draft4_strict.json python3 -m jsonschema -i tmp/myschema.yaml.json draft4.json rm -r tmp