We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 423defe + 5650481 commit a6bcb52Copy full SHA for a6bcb52
1 file changed
conformance/jsonschema_dingus.py
@@ -17,7 +17,7 @@
17
from jsonschema.exceptions import ValidationError
18
19
HERE = Path(__file__).resolve().parent
20
-SCHEMA_DIR = HERE / "ngff_spec" / "schemas"
+SCHEMA_DIR = HERE.parent / "schemas"
21
22
23
@dataclass
0 commit comments