Skip to content

Commit

Permalink
use standard link syntax for cross-file references
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Oct 22, 2024
1 parent 7479425 commit a074aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ 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 {{jsonschema-core#regex}}.
<!-- 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).

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 a074aad

Please sign in to comment.