schemas/file.json in losant_rest-1.5.2 vs schemas/file.json in losant_rest-1.6.0

- old
+ new

@@ -41,15 +41,15 @@ ] }, "name": { "type": "string", "minLength": 1, - "maxLength": 2048 + "maxLength": 1024 }, "parentDirectory": { "type": "string", - "maxLength": 2048 + "maxLength": 1024 }, "type": { "type": "string", "enum": [ "file", @@ -71,8 +71,15 @@ }, "height": { "type": "number" } } + }, + "moveIntoId": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + "url": { + "type": "string" } } } \ No newline at end of file