Skip to content

Commit cca3fc9

Browse files
committed
validate_schema: switch to Draft 5
1 parent 5b5d8d9 commit cca3fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validate_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from jsonschema import validate, ValidationError
1111

12-
with open("../schemas/game-schema-d4.json") as f:
12+
with open("../schemas/game-schema-d5.json") as f:
1313
schema = json.load(f)
1414

1515
path = "../entries/"

0 commit comments

Comments
 (0)