xeipuuv/gojsonschema

Does not support Negative Lookahead when using REGEX pattern validation

Closed this issue · 1 comments

Negative lookahead does not appear to be supported in the "pattern" key.

(?!...)

Looks like this is an issue with the golang regexp package and not necessarily an issue with this library.