ArrayProperty
@Serializable
@SerialName(value = "array")
A property which configure a field with an array value.
Constructors
Link copied to clipboard
constructor(title: String? = null, format: String? = null, description: String? = null, readOnly: Boolean? = null, const: JsonPrimitive? = null, not: Property? = null, pattern: Regex? = null, items: Property? = null, prefixItems: List<ObjectProperty>? = null, uniqueItems: Boolean = false, contains: List<Property>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
An optional description.
Link copied to clipboard
An optional pattern to restrict the value of the property.
Link copied to clipboard
Link copied to clipboard