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 ea6bfc2 commit 00d8a6bCopy full SHA for 00d8a6b
specs/jsonschema-validation.md
@@ -209,8 +209,7 @@ Omitting this keyword has the same behavior as a value of 0.
209
#### `pattern` {#pattern}
210
211
The value of this keyword MUST be a string. This string SHOULD be a valid
212
-regular expression as indicated in {{jsonschema-core#regex}}.
213
-<!-- need to verify the {{section}} syntax works across files somehow -->
+regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
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