Choice

constructor(options: List<T>, encode: (T) -> String, decodeChoice: (String) -> T, name: String = "choice", schemaDescription: String? = null)(source)