From 277f5a1571a1a839d4f000a8ef65e35cba5b05ce Mon Sep 17 00:00:00 2001 From: Marius David Wieschollek Date: Wed, 2 Dec 2020 00:09:25 +0100 Subject: Add model service and support for detail levels Signed-off-by: Marius David Wieschollek --- src/Configuration/Folder.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'src/Configuration/Folder.json') diff --git a/src/Configuration/Folder.json b/src/Configuration/Folder.json index ee37966..4c8b3e3 100644 --- a/src/Configuration/Folder.json +++ b/src/Configuration/Folder.json @@ -15,7 +15,12 @@ "writeable": true }, "parent": { - "type": "string", + "type": "Folder", + "match": "", + "writeable": true + }, + "parentId": { + "type": "Folder", "match": "", "writeable": true }, @@ -61,5 +66,20 @@ "updated": { "type": "date", "writeable": false + }, + "revisions": { + "type": "FolderCollection", + "match": "", + "writeable": true + }, + "passwords": { + "type": "PasswordCollection", + "match": "", + "writeable": true + }, + "folders": { + "type": "FolderCollection", + "match": "", + "writeable": true } } \ No newline at end of file -- cgit v1.2.3