We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af63854 + df5b8e5 commit 05d26e7Copy full SHA for 05d26e7
README.md
@@ -433,6 +433,10 @@ Property | Default | Description
433
`pattern` | `null` | Regex pattern.
434
`contains` | `null` | The value must contain this text.
435
`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.
440
441
442
## `url`
0 commit comments