OptionaldeprecatedWhether the type is deprecated or not.
OptionaldescriptionDetailed description of the schema.
OptionalexampleExample value.
OptionalexamplesList of example values as key-value pairs.
Items type info.
The items means the type of the array elements. In other words, it is
the type schema info of the T in the TypeScript array type Array<T>.
OptionalmaxMaximum items restriction.
Restriction of maximum number of items in the array.
OptionalminMinimum items restriction.
Restriction of minimum number of items in the array.
OptionaltitleTitle of the schema.
Discriminator value of the type.
OptionaluniqueUnique items restriction.
If this property value is true, target array must have unique items.
Array type info.