minItems sets the minimum number of items.
{"type": "array", "minItems": 1}
Use minItems to prevent empty arrays where data is required.