{"title":"format","type":"object","$schema":"http://json-schema.org/draft-07/schema","description":"The format object can be used with numerical or date fields to provide more detail about how values should be formatted for display.","properties":{"dateFormat":{"type":"string","description":"A string used with date fields to specify how the date should be formatted.","enum":["dayShortMonthYear","dayShortMonthYearLongTime","dayShortMonthYearLongTime24","dayShortMonthYearShortTime","dayShortMonthYearShortTime24","longDate","longDateLongTime","longDateLongTime24","longDateShortTime","longDateShortTime24","longMonthDayYear","longMonthDayYearLongTime","longMonthDayYearLongTime24","longMonthDayYearShortTime","longMonthDayYearShortTime24","longMonthYear","shortDate","shortDateLE","shortDateLELongTime","shortDateLELongTime24","shortDateLEShortTime","shortDateLEShortTime24","shortDateLongTime","shortDateLongTime24","shortDateShortTime","shortDateShortTime24","shortMonthYear","year"]},"digitSeparator":{"type":"boolean","description":"A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used."},"places":{"type":"integer","description":"An integer used with numerical fields to specify the number of decimal places. Any places beyond this value are rounded."}},"additionalProperties":false}