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.
OptionalreadWhether the property is read-only.
OptionaltitleTitle of the schema.
Discriminator value of the type.
OptionaluniqueUnique items restriction.
If this property value is true, target array must have unique items.
OptionalwriteWhether the property is write-only.
Array type info.