Skip to content

Commit a46c727

Browse files
authored
Merge pull request #1050 from OAI/regex-details
More details on 'pattern'
2 parents 4c2f701 + edb20ba commit a46c727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@ The following properties are taken directly from the JSON Schema definition and
26142614
- exclusiveMinimum
26152615
- maxLength
26162616
- minLength
2617-
- pattern
2617+
- 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)
26182618
- maxItems
26192619
- minItems
26202620
- uniqueItems

0 commit comments

Comments
 (0)