This is an object that adds additional strings to the routes packet. These are used to customise the routes section, and can be accessed by all routes
{
"routesMaxDots": 4
}Type : Integer - Required
This is the maximum difficulty dots - This is used when rendering the difficulty levels. The max level is not calculated from the available routes so you could have higher difficulty defined ready to use in future, or weight the difficulty levels for rendering reasons - eg have routes with levels up to 1,2 and 3, but set your max to 4 so the difficulty 3 routes will render with a 75% difficulty bar instead of being full.
Standard JSON Integer - 0 is commonly considered to be a default value, unless it is an valid ID when -1 is used. For sort priorities 99 is used as the default.
{
"key1": 9,
"key2": 42,
"arrayOfInts": [
2,
3,
5,
8
]
}