Number lookup table
Mandatory properties
| Property | Type | Description |
|---|---|---|
| base | number | Numeric representation of the first string value. |
| values | array of strings | Text values to translate numbers to. The first string value corresponds to the base value. |
Example
{
"base": 2020,
"values": ["MMXX", "MMXXI", "MMXXII", "MMXXIII", "MMXXIV", "MMXXV"]
}