Read the JSON Schema array constraint keywords (minItems,
maxItems, uniqueItems, minContains, maxContains) from a
schema node and return them in the ArrayConstraints shape. The
contains and unevaluatedItems sub-schemas are walked separately
and surfaced on the ArrayField / TupleField directly rather
than as raw constraints.
Read the JSON Schema array constraint keywords (
minItems,maxItems,uniqueItems,minContains,maxContains) from a schema node and return them in theArrayConstraintsshape. ThecontainsandunevaluatedItemssub-schemas are walked separately and surfaced on theArrayField/TupleFielddirectly rather than as raw constraints.