We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5d8d9 commit cca3fc9Copy full SHA for cca3fc9
tests/validate_schema.py
@@ -9,7 +9,7 @@
9
10
from jsonschema import validate, ValidationError
11
12
-with open("../schemas/game-schema-d4.json") as f:
+with open("../schemas/game-schema-d5.json") as f:
13
schema = json.load(f)
14
15
path = "../entries/"
0 commit comments