Type: object

A schema with an array

Type: array of string
No Additional Items

Each item of this array must be:

Type: string

Example:

"apple"

Example:

[
    "apple",
    "banana"
]