Closed fireproofsocks closed 7 years ago
For array types, it would be nice as a developer to have a simple way to define an array's maximum size.
TBD: behavior for when attempting to append or prepend elements onto a full array.
v3 implements the maxItems keyword. See http://json-schema.org/latest/json-schema-validation.html#rfc.section.5.10
maxItems
For array types, it would be nice as a developer to have a simple way to define an array's maximum size.
TBD: behavior for when attempting to append or prepend elements onto a full array.