We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5ff2a commit 599487bCopy full SHA for 599487b
jsonschema-core.md
@@ -226,7 +226,7 @@ never produce annotation results.
226
227
These boolean schemas exist to clarify schema author intent and facilitate
228
schema processing optimizations. They behave identically to the following schema
229
-objects (where `not` is defined in [later this document](#not)).
+objects (where `not` is defined [later in this document](#not)).
230
231
- `true`: Always passes validation, as if the empty schema `{}`
232
- `false`: Always fails validation, as if the schema `{ "not": {} }`
0 commit comments