schemas/dashboardPost.json in losant_rest-1.13.0 vs schemas/dashboardPost.json in losant_rest-1.13.1

- old
+ new

@@ -136,22 +136,22 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "xAxisMin": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "segments": { "type": "array", @@ -1588,22 +1588,22 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "gaugeMin": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "gaugeType": { "type": "string", @@ -1620,11 +1620,11 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "precisionType": { "type": "string", @@ -2083,22 +2083,22 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "yAxisMin": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "lineType": { "type": "string", @@ -2241,11 +2241,11 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "deviceIds": { "type": "array", @@ -3016,22 +3016,22 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "max": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "backgroundColor": { "type": "string", @@ -3635,44 +3635,44 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "min": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "step": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "defaultValue": { "oneOf": [ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] } }, "additionalProperties": false @@ -4515,11 +4515,11 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "deviceIds": { "type": "array", @@ -5026,11 +5026,11 @@ { "type": "number" }, { "type": "string", - "maxLength": 64 + "maxLength": 128 } ] }, "deviceIds": { "type": "array", @@ -5339,9 +5339,13 @@ ] }, "timezone": { "type": "string", "maxLength": 255 + }, + "locale": { + "type": "string", + "maxLength": 5 } }, "additionalProperties": false, "required": [ "cron", \ No newline at end of file