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