Array
@Serializable
@SerialName(value = "Array")
Array of values. items constrains every element; prefixItems constrains the first N positionally (tuple-style); set both for a tuple with a trailing homogeneous tail.
Array
items
maxItems
minItems
prefixItems
Positional specs for leading elements.
uniqueItems
If true, elements must be unique.