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/Tag.json')
-rw-r--r--src/Configuration/Tag.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/src/Configuration/Tag.json b/src/Configuration/Tag.json
new file mode 100644
index 0000000..335870e
--- /dev/null
+++ b/src/Configuration/Tag.json
@@ -0,0 +1,75 @@
+{
+ "id": {
+ "type": "string",
+ "match": "",
+ "writeable": false
+ },
+ "revision": {
+ "type": "string",
+ "match": "",
+ "writeable": false
+ },
+ "label": {
+ "type": "string",
+ "match": ".+{1,64}",
+ "writeable": true
+ },
+ "color": {
+ "type": "string",
+ "match": ".+{1,7}",
+ "writeable": true
+ },
+ "hidden": {
+ "type": "boolean",
+ "writeable": true
+ },
+ "trashed": {
+ "type": "boolean",
+ "writeable": false
+ },
+ "favorite": {
+ "type": "boolean",
+ "writeable": true
+ },
+ "cseType": {
+ "type": "string",
+ "match": "none|CSEv1r1",
+ "writeable": true
+ },
+ "cseKey": {
+ "type": "string",
+ "match": "",
+ "writeable": true
+ },
+ "sseType": {
+ "type": "string",
+ "match": "none|SSEv1r1|SSEv1r2|SSEv2r1",
+ "writeable": false
+ },
+ "client": {
+ "type": "string",
+ "writeable": false
+ },
+ "edited": {
+ "type": "date",
+ "writeable": true
+ },
+ "created": {
+ "type": "date",
+ "writeable": false
+ },
+ "updated": {
+ "type": "date",
+ "writeable": false
+ },
+ "revisions": {
+ "type": "TagCollection",
+ "match": "",
+ "writeable": true
+ },
+ "passwords": {
+ "type": "PasswordCollection",
+ "match": "",
+ "writeable": true
+ }
+} \ No newline at end of file