mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
5e04b0f93b
resolve: https://github.com/open-policy-agent/opa/issues/6089 As a side effect of #4429 `json.match_schema` and `json.verify_schema` have been silently ignoring the "pattern" keyword. Updated the internal/gojsonschema project to have pattern validation be optional to keep it disabled for type checking but enabled for the builtins. Patterns that RE2 can't compile will fail. Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>