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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ Schema Validation
5
5
6
6
.. currentmodule:: jsonschema
7
7
8
+
.. tip::
9
+
10
+
Most of the documentation for this package assumes you're familiar with the fundamentals of writing JSON schemas themselves, and focuses on how this library helps you validate with them in Python.
11
+
12
+
If you aren't already comfortable with writing schemas and need an introduction which teaches about JSON Schema the specification, you may find `Understanding JSON Schema <ujs:basics>` to be a good read!
13
+
8
14
9
15
The Basics
10
16
----------
@@ -15,11 +21,6 @@ The simplest way to validate an instance under a given schema is to use the
15
21
.. autofunction:: validate
16
22
:noindex:
17
23
18
-
.. [#] For information on creating JSON schemas to validate
19
-
your data, there is a good introduction to JSON Schema
20
-
fundamentals underway at `Understanding JSON Schema
0 commit comments