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
titleTitle of the schema.
Discriminator value of the type.
Array type info.