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.
1 parent fc60a37 commit 898f824Copy full SHA for 898f824
README.md
@@ -241,6 +241,8 @@ generates:
241
# Replace $1 with specified `startsWith` argument value of the constraint directive
242
startsWith: [matches, /^$1/]
243
format:
244
+ # This example means `validation-schema: directive-arg`
245
+ # directive-arg is supported String and Enum.
246
email: email
247
```
248
@@ -279,6 +281,8 @@ generates:
279
281
280
282
startsWith: [regex, /^$1/, message]
283
284
285
286
287
288
0 commit comments