Skip to content

Commit d99014b

Browse files
committed
meta: move schemas in separate folder (#246)
1 parent c4e4b8d commit d99014b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

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("../game-schema-d4.json") as f:
12+
with open("../schemas/game-schema-d4.json") as f:
1313
schema = json.load(f)
1414

1515
path = "../entries/"

0 commit comments

Comments
 (0)