Creates a SetShape with no cardinality constraints (0..*).
Allows zero or more values, resulting in an optional array type (undefined | readonly V[]).
Warning
For dictionary shapes, each tag in the map holds a string array.
minCount/maxCount apply per tag, not as an aggregate across all tags. This differs from
vanilla SHACL aggregate counting, though expressible via per-tag property shapes.
Creates a SetShape with no cardinality constraints (0..*).
Allows zero or more values, resulting in an optional array type (
undefined | readonly V[]).For dictionary shapes, each tag in the map holds a string array.
minCount/maxCountapply per tag, not as an aggregate across all tags. This differs from vanilla SHACL aggregate counting, though expressible via per-tag property shapes.