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
Unfortunately, they all lead the user to believe that regexes are anchored. For instance, f.*o is used in patternProperties and corresponding member names are "fo", "fooo" or equivalent.
But in the context of JSON Schema, f.*o matches defoliation. Tests should be improved in that regard.