Skip to main content

Number lookup table

Mandatory properties

PropertyTypeDescription
basenumberNumeric representation of the first string value.
valuesarray of stringsText values to translate numbers to. The first string value corresponds to the base value.

Example

{
"base": 2020,
"values": ["MMXX", "MMXXI", "MMXXII", "MMXXIII", "MMXXIV", "MMXXV"]
}