Lua min max object - VanaDev/Vana GitHub Wiki
 range = {
 	["min"] = 0,
 	["max"] = 10,
 };
Required: Conditional
Type: number
Notes: Indicates the minimum for the specified range. The caller will determine whether or not the field is required.
Required: Conditional
Type: number
Notes: Indicates the maximum for the specified range. The caller will determine whether or not the field is required.