Skip to content

Commit 057c4d7

Browse files
committed
Corrected pattern regex dialect link
1 parent 03735c8 commit 057c4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ The following properties are taken directly from the JSON Schema definition and
22932293
- exclusiveMinimum
22942294
- maxLength
22952295
- minLength
2296-
- 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)
2296+
- 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)
22972297
- maxItems
22982298
- minItems
22992299
- uniqueItems

0 commit comments

Comments
 (0)