We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a074aad commit f582969Copy full SHA for f582969
jsonschema-validation.md
@@ -207,7 +207,8 @@ 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 [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
+regular expression as indicated in
211
+[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