Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-12-02 02:09:25 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-12-02 02:09:25 +0300
commit277f5a1571a1a839d4f000a8ef65e35cba5b05ce (patch)
treefca78bd10526c8b1dc62d51252dd4ca0e26ac6e0 /src/Configuration/Folder.json
parent16ac1f3d221b49b09001bda1d5f1194c5a7cafdd (diff)
Add model service and support for detail levels
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/Configuration/Folder.json')
-rw-r--r--src/Configuration/Folder.json22
1 files changed, 21 insertions, 1 deletions
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