ArraySchema
fun ArraySchema(items: ComponentSchema, default: Any? = null, description: String? = null, nullable: Boolean? = null, minItems: Int? = null, maxItems: Int? = null, uniqueItems: Boolean? = null)
Content copied to clipboard