You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to load a schema without a SchemaValidatorsConfig but in this case the validation of the schema itself will fail at regex pattern validation.
It is possible to load a schema without a SchemaValidatorsConfig but in this case the validation of the schema itself will fail at regex pattern validation.
Location of the exception:
compileRegexPattern(pattern, validationContext.getConfig().isEcma262Validator());
The text was updated successfully, but these errors were encountered: