schemas/dashboard.json in losant_rest-1.14.1 vs schemas/dashboard.json in losant_rest-1.15.0

- old
+ new

@@ -74,11 +74,11 @@ "public": { "type": "boolean" }, "reportConfigs": { "type": "array", - "max": 10, + "maxItems": 10, "items": { "type": "object", "properties": { "id": { "type": "string", @@ -88,12 +88,12 @@ "type": "string", "maxLength": 255 }, "toEmail": { "type": "array", - "min": 1, - "max": 10, + "minItems": 1, + "maxItems": 10, "items": { "type": "string", "format": "email", "maxLength": 1024 } @@ -3155,12 +3155,12 @@ "type": "string", "maxLength": 255 }, "length": { "type": "integer", - "min": 1, - "max": 10 + "minimum": 1, + "maximum": 10 }, "orientation": { "type": "string", "enum": [ "horizontal", @@ -5369,9 +5369,12 @@ }, "includeCloud": { "type": "boolean" }, "includeEdge": { + "type": "boolean" + }, + "includeEmbedded": { "type": "boolean" }, "includeExperience": { "type": "boolean" }, \ No newline at end of file