1 parent 5fa579b commit 6937281Copy full SHA for 6937281
1 file changed
examples/README.md
@@ -33,7 +33,7 @@ python - << 'PY'
33
import json
34
from jsonschema import validate
35
36
-with open("datasets/signal-log.schema.json","r",encoding="utf-8") as f:
+with open("datasets/schema/signal-log.schema.json","r",encoding="utf-8") as f:
37
schema = json.load(f)
38
39
with open("examples/sample_signal_log.json","r",encoding="utf-8") as f:
0 commit comments