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
pattrrnProperties matches all patterns against all keys
In draft 4, patternProperties creates an all-of set of schemas for each property. Each property gets compared against all patterns. And it must match all of the schemas for the patterns it matches. So, we cannot avoid compiling some of the patterns like I thought.
https://datatracker.ietf.org/doc/html/draft-fge-json-schema-validation-00#section-8.3
0 commit comments