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 a1d596f commit 85e3804Copy full SHA for 85e3804
specs/jsonschema-validation.md
@@ -210,8 +210,7 @@ Omitting this keyword has the same behavior as a value of 0.
210
#### `pattern` {#pattern}
211
212
The value of this keyword MUST be a string. This string SHOULD be a valid
213
-regular expression as indicated in {{jsonschema-core#regex}}.
214
-<!-- 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).
215
216
A string instance is considered valid if the regular expression matches the
217
instance successfully. Recall: regular expressions are not implicitly anchored.
0 commit comments