We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49500d commit 76611c5Copy full SHA for 76611c5
specs/jsonschema-validation.md
@@ -209,7 +209,8 @@ Omitting this keyword has the same behavior as a value of 0.
209
210
The value of this keyword MUST be a string. This string SHOULD be a valid
211
regular expression as indicated in
212
-[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
+[JSON Schema Core, section 6.3](./jsonschema-core.html#regex).
213
+<!-- This link assume a publish path, which we don't know yet. -->
214
215
A string instance is considered valid if the regular expression matches the
216
instance successfully. Recall: regular expressions are not implicitly anchored.
0 commit comments