Array types are used to define a list of items of a specific type. Nothing more, nothing less.
items
property. The items
property defines the type of the items in the array. The items
property can be any type, including primitive types, object types, or other array types.