ArrayPropertyDefinition
constructor(type: List<String> = listOf("array"), description: String? = null, nullable: Boolean? = null, items: PropertyDefinition? = null, minItems: UInt? = null, maxItems: UInt? = null, default: JsonElement? = null)(source)