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: docs/validate.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,19 +196,22 @@ The easiest way to ensure you have what is needed is to install ``jsonschema`` u
196
196
197
197
For example:
198
198
199
-
.. code-block:: sh
199
+
.. code:: sh
200
200
201
201
$ pip install jsonschema[format]
202
202
203
-
Or if you want to install MIT-license compatible dependencies only:
203
+
Or if you want to avoid GPL dependencies, a second extra is available:
204
204
205
-
.. code-block:: sh
205
+
.. code:: sh
206
206
207
207
$ pip install jsonschema[format-nongpl]
208
208
209
-
The non-GPL extra is intended to not install any direct dependencies that are GPL licensed (but that of course end-users should do their own verification).
210
209
At the moment, it supports all the available checkers except for ``iri`` and ``iri-reference``.
211
210
211
+
.. warning::
212
+
213
+
It is your own responsibility ultimately to ensure you are license-compliant, so you should be double checking your own dependencies if you rely on this extra.
214
+
212
215
The more specific list of formats along with any additional dependencies they have is shown below.
0 commit comments