Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versions/raml-10/raml-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ A JSON string with the following additional facets:

| Facet | Description |
|:--------|:------------|
| pattern? | Regular expression that this string SHOULD match.
| pattern? | Regular expression that this string SHOULD match. The value of this keyword MUST be a string. This string SHOULD be a valid regular expression, according to the [ECMA 262](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5) regular expression dialect. A string instance is considered valid if the regular expression matches the instance successfully.
| minLength? | Minimum length of the string. Value MUST be equal to or greater than 0.<br /><br />**Default:** `0`
| maxLength? | Maximum length of the string. Value MUST be equal to or greater than 0.<br /><br />**Default:** `2147483647`

Expand Down