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 c1470e1 commit 1f7227eCopy full SHA for 1f7227e
atdcat/test/dune
@@ -38,7 +38,7 @@
38
(diff schema.expected.json schema.json)
39
40
; Check that the JSON Schema is valid and compatible with some JSON data
41
- (run jsonschema schema.json -i data.json)
+ (run python3 -m jsonschema schema.json -i data.json)
42
)
43
44
0 commit comments