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