Skip to content

Commit

Permalink
meta: move schemas in separate folder (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Oct 17, 2024
1 parent c4e4b8d commit d99014b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/validate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from jsonschema import validate, ValidationError

with open("../game-schema-d4.json") as f:
with open("../schemas/game-schema-d4.json") as f:
schema = json.load(f)

path = "../entries/"
Expand Down

0 comments on commit d99014b

Please sign in to comment.