JSON Schema maxItems Keyword

maxItems caps the number of items in an array.

Syntax

{"type": "array", "maxItems": 5}

Explanation

Use maxItems for pagination limits and bounded lists.