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
Knowing the information about the pattern that is failing is extremely useful to me, yet when i switch from "pattern" to "regexp" via AJV-Keywords, the error returned isn't quite as useful:
not telling me which regexp has failed (e.g. ^((?!abc).)*$/i), I know that I can derive this from schemaPath, but having it in the message and/or the params would be incredibly useful.
The text was updated successfully, but these errors were encountered:
When I use "pattern" as one of my schema verification properties and AJV finds an error based on the pattern, it'll return an error like:
Knowing the information about the pattern that is failing is extremely useful to me, yet when i switch from "pattern" to "regexp" via AJV-Keywords, the error returned isn't quite as useful:
not telling me which regexp has failed (e.g.
^((?!abc).)*$/i
), I know that I can derive this fromschemaPath
, but having it in the message and/or the params would be incredibly useful.The text was updated successfully, but these errors were encountered: