Files
Anders Eknert a49e17eabd JSON schema: skip pattern attribute compilation (#4429)
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>
2022-03-11 11:31:48 +01:00
..