#!/bin/bash

set -e

dir=$(cd $(dirname $0); pwd)

cat ${dir}/../test_schema.json
