Skip to content

Commit

Permalink
lint these lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Oct 22, 2024
1 parent a074aad commit f582969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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 f582969

Please sign in to comment.