Items

data class Items(val anyOf: List<EnumOption>)(source)

Schema for array items with enum options and display labels.

Constructors

Link copied to clipboard
constructor(anyOf: List<EnumOption>)

Properties

Link copied to clipboard

Array of enum options with values and display labels.