We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26febb0 commit 502363fCopy full SHA for 502363f
specs/jsonschema-validation.md
@@ -208,8 +208,7 @@ Omitting this keyword has the same behavior as a value of 0.
208
#### `pattern` {#pattern}
209
210
The value of this keyword MUST be a string. This string SHOULD be a valid
211
-regular expression as indicated in {{jsonschema-core#regex}}.
212
-<!-- 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).
213
214
A string instance is considered valid if the regular expression matches the
215
instance successfully. Recall: regular expressions are not implicitly anchored.
0 commit comments