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
Evade Understanding JSON Schema no longer having an inventory.
See json-schema-org/website#84 for minor context.
This obviously isn't/wasn't very hard in this specific repo, given we
only really link to the homepage.
Some more work may be required in sphinx-json-schema-spec.
Copy file name to clipboardExpand all lines: docs/validate.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Schema Validation
9
9
10
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
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!
12
+
If you aren't already comfortable with writing schemas and need an introduction which teaches about JSON Schema the specification, you may find :ujs:`Understanding JSON Schema </>` to be a good read!
0 commit comments