You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# check-jsonschema
8
8
9
-
A [pre-commit](https://pre-commit.com/) hook for checking files against a [JSONSchema](https://json-schema.org/), built using the python [jsonschema](https://github.com/Julian/jsonschema/) package.
9
+
A JSON Schema CLI and [pre-commit](https://pre-commit.com/) hook built on [jsonschema](https://github.com/python-jsonschema/jsonschema/).
10
10
The schema may be specified as a local or remote (HTTP or HTTPS) file.
11
11
12
12
Remote files are automatically downloaded and cached if possible.
@@ -103,7 +103,13 @@ And to check with the builtin schema that a GitHub workflow sets
103
103
104
104
## Standalone Usage
105
105
106
-
You can also `pip install check-jsonschema` to run the tool manually.
0 commit comments