Make game data converter more resilient. Do not require downloads file and fall back...
[ouya-game-data.git] / bin / validate-game.sh
index 7855a8c77c324e6f7100ff23705e87cfc4b331b8..2c41f197466dac5ab849a328a4895d7b6575d1ff 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 # Validate an OUYA game schema file with several validators
 set -e
 #!/bin/sh
 # Validate an OUYA game schema file with several validators
 set -e
-jsonschema -i "$1" ouya-game.schema.json
 validate-json "$1" ouya-game.schema.json
 validate-json "$1" ouya-game.schema.json
+jsonschema -i "$1" ouya-game.schema.json