an array of literal values, whose values must be all strings or all numbers (e.g. [100, 101]
or ["c", "b"]
). The input matches if any of the values in the array matches, similar to the "in"
operator. Each label must be unique. If the input type does not match the type of the labels, the result will be the fallback value.