Skip to content

Commit

Permalink
Add schemas and validation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Jan 12, 2017
1 parent fa8fccd commit d549822
Show file tree
Hide file tree
Showing 6 changed files with 904 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsonfmt.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

for i in *.json; do
jsons=${1:-*.json}

for i in ${jsons}; do
python jsonfmt.py "$i"
done
Loading

0 comments on commit d549822

Please sign in to comment.