Skip to content

Commit 05d26e7

Browse files
authored
Merge pull request #46 from andersonjoseph/master
Update docs for #45
2 parents af63854 + df5b8e5 commit 05d26e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ Property | Default | Description
433433
`pattern` | `null` | Regex pattern.
434434
`contains` | `null` | The value must contain this text.
435435
`enum` | `null` | The value must be an element of the `enum` array.
436+
`alpha` | `null` | The value must be an alphabetic string.
437+
`numeric` | `null` | The value must be a numeric string.
438+
`alphanum` | `null` | The value must be an alphanumeric string.
439+
`alphadash` | `null` | The value must be an alphabetic string that contains dashes.
436440

437441

438442
## `url`

0 commit comments

Comments
 (0)