The items keyword describes the schema for array elements.
{"type": "array", "items": {"type": "integer"}}
Use items to require every array element to match the same schema.