Create a model with a Set and minvalue in lengthconstraint
The sample payload generator could stay within the minvalue and create (e.g. for a Set of 2 booleans) a valid Set (e.g. {true,false}), but often exceeds the minimum and violates the uniqueness of a Set
E.g. { "property1": [ true, false, true, false, false, true ]} generated from:
Create a model with a Set and minvalue in lengthconstraint
The sample payload generator could stay within the minvalue and create (e.g. for a Set of 2 booleans) a valid Set (e.g. {true,false}), but often exceeds the minimum and violates the uniqueness of a Set E.g.
{ "property1": [ true, false, true, false, false, true ]}
generated from: