We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef073f commit 2de31b2Copy full SHA for 2de31b2
jsonschema-core.md
@@ -220,7 +220,7 @@ never produce annotation results.
220
221
These boolean schemas exist to clarify schema author intent and facilitate
222
schema processing optimizations. They behave identically to the following schema
223
-objects (where `not` is defined in [later this document](#not)).
+objects (where `not` is defined [later in this document](#not)).
224
225
- `true`: Always passes validation, as if the empty schema `{}`
226
- `false`: Always fails validation, as if the schema `{ "not": {} }`
0 commit comments