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 aa79c4e + 6a929e9 commit 6b2cd92Copy full SHA for 6b2cd92
tags.md
@@ -1,10 +1,11 @@
1
# Tags supported for each type
2
3
-## all
+## float
4
5
-list
+* min: number
6
+* max: number
7
-## float,int:
8
+## int
9
10
* min: number
11
* max: number
@@ -17,10 +18,17 @@ list
17
18
19
## string
20
-options: ["these","are","options"]
21
+* options: ["these","are","options"]
22
23
## object
24
-required: list of fields required for this object to be valid
25
+* required: list of fields required for this object to be valid
26
+* optional: list of fields that are optional. Every optional field must have at least one rule with a default
27
+
28
+## list
29
30
+* min: minimal size
31
+* max: maximal size
32
33
+## bool
34
-## skip-
0 commit comments