Items

data class Items(val enumValues: List<String>)(source)

Schema for the array items with plain enum values.

Constructors

Link copied to clipboard
constructor(enumValues: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "enum")
val enumValues: List<String>

Array of enum values to choose from.

Link copied to clipboard

JSON Schema type discriminator, always "string".