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:
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