Optional
deprecatedWhether the type is deprecated or not.
Optional
descriptionDetailed description of the schema.
Optional
exampleExample value.
Optional
examplesList 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>
.
Optional
maxMaximum items restriction.
Restriction of maximum number of items in the array.
Optional
minMinimum items restriction.
Restriction of minimum number of items in the array.
Optional
titleTitle of the schema.
Discriminator value of the type.
Optional
uniqueUnique items restriction.
If this property value is true
, target array must have unique items.
Array type info.