schemas/experienceGroups.json in losant_rest-1.8.7 vs schemas/experienceGroups.json in losant_rest-1.8.9

- old
+ new

@@ -91,17 +91,17 @@ "additionalProperties": false }, "maxItems": 100 }, "parentId": { - "$oneOf": [ + "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { - "type": null + "type": "null" } ] } } } @@ -129,10 +129,13 @@ }, "sortDirection": { "type": "string", "enum": [ "asc", - "desc" + "desc", + "ASC", + "DESC", + "" ] }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" \ No newline at end of file