NumberFormatFixedValues Map integer values to custom human-readable strings. Example: {1: "First", 2: "Second", 3: "Third"} would display 2 as "Second". Properties Name Type Required Description values Dict[FixedValuesMapKey, str] Yes type Literal["fixedValues"] Yes None [Back to Model list] [Back to API list] [Back to README]