Skip to content

Commit 678cff6

Browse files
authored
Merge pull request #1987 from ricellis/1985-pattern-regex
Corrected pattern regex dialect link
2 parents 104b349 + 057c4d7 commit 678cff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ The following properties are taken directly from the JSON Schema definition and
22992299
- exclusiveMinimum
23002300
- maxLength
23012301
- minLength
2302-
- pattern (This string SHOULD be a valid regular expression, according to the [ECMA 262 regular expression](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5) dialect)
2302+
- pattern (This string SHOULD be a valid regular expression, according to the [ECMA 262 regular expression](https://www.ecma-international.org/ecma-262/5.1/#sec-15.10.1) dialect)
23032303
- maxItems
23042304
- minItems
23052305
- uniqueItems

0 commit comments

Comments
 (0)