Closed ewbankkit closed 3 years ago
Relates: #5.
We will have to work around more unsupported regex patterns than just negative lookahead. This should be possible by overriding the built-in gojsonschema regex format checker.
gojsonschema
regex
For this repo this will involve removing d5a937bc6158ba921fb113b2a801fc6e738b5fc2 and the replacement of \Z by $.
\Z
$
Relates: #5.
We will have to work around more unsupported regex patterns than just negative lookahead. This should be possible by overriding the built-in
gojsonschema
regex
format checker.