mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-14 20:32:27 -06:00
a49e17eabd
We don't use the regex "pattern" attribute for type checking, but this still caused problems parsing schemas where the pattern specified contained things that the Go regex dialect did not support, such as negative lookahead. Solved for now by simply removing the regex compilation of pattern properties. Fixes #4426 Signed-off-by: Anders Eknert <anders@eknert.com>