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

- old
+ new

@@ -3041,12 +3041,12 @@ "type": "string", "maxLength": 255 }, "length": { "type": "integer", - "min": 1, - "max": 10 + "minimum": 1, + "maximum": 10 }, "orientation": { "type": "string", "enum": [ "horizontal", @@ -5257,10 +5257,13 @@ "type": "boolean" }, "includeEdge": { "type": "boolean" }, + "includeEmbedded": { + "type": "boolean" + }, "includeExperience": { "type": "boolean" }, "experienceVersion": { "type": "string", @@ -5299,11 +5302,11 @@ "light" ] }, "reportConfigs": { "type": "array", - "max": 10, + "maxItems": 10, "items": { "type": "object", "properties": { "id": { "type": "string", @@ -5313,11 +5316,11 @@ "type": "string", "maxLength": 255 }, "toEmail": { "type": "array", - "min": 1, - "max": 10, + "minItems": 1, + "maxItems": 10, "items": { "type": "string", "format": "email", "maxLength": 1024 } \ No newline at end of file