Open bubbajoe opened 3 years ago
gojsonschema.FormatCheckers. Add("regex", gojsonschema.RegexFormatChecker{})
Partial Schema
"exclude_patterns": { "type": "array", "items": { "type": "string", "format": "regex" } },
I am intentionally including bad regex's and getting valid each time. Am I doing something wrong?
Partial Schema
I am intentionally including bad regex's and getting valid each time. Am I doing something wrong?