Skip to content

Commit

Permalink
lint these lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Nov 8, 2024
1 parent 502363f commit e49500d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ Omitting this keyword has the same behavior as a value of 0.
#### `pattern` {#pattern}

The value of this keyword MUST be a string. This string SHOULD be a valid
regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
regular expression as indicated in
[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).

A string instance is considered valid if the regular expression matches the
instance successfully. Recall: regular expressions are not implicitly anchored.
Expand Down

0 comments on commit e49500d

Please sign in to comment.