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 684188c commit 3738ba9Copy full SHA for 3738ba9
1 file changed
pkg/validators/registry.go
@@ -16,7 +16,7 @@ package validators
16
17
// Registry maps validation type strings to their corresponding validator implementation.
18
var Registry = map[string]RuleValidator{
19
- "regex": &RegexValidator{},
+ "regex": &RegexValidator{},
20
"allowed_enum": &AllowedEnumValidator{},
21
- "range": &RangeValidator{},
+ "range": &RangeValidator{},
22
}
0 commit comments