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-01-12 16:35:27 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 16:35:27 +0300
commitfb64c8ef38c58b7aed0dd0baa5e3bcfd0a6b71db (patch)
treef61b0900ef43999dd99edfdf4b25c82af8fb0426 /src/Configuration/Tag.json
parentbec6dbc75068688fc9f4d1d02c975f394c529832 (diff)
Add basic configuration for folder and tags
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/Configuration/Tag.json')
-rw-r--r--src/Configuration/Tag.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/Configuration/Tag.json b/src/Configuration/Tag.json
new file mode 100644
index 0000000..0db92fb
--- /dev/null
+++ b/src/Configuration/Tag.json
@@ -0,0 +1,51 @@
+{
+ "id": {
+ "type": "string",
+ "match": ""
+ },
+ "revision": {
+ "type": "string",
+ "match": ""
+ },
+ "label": {
+ "type": "string",
+ "match": ".+{1,64}"
+ },
+ "color": {
+ "type": "string",
+ "match": ".+{1,7}"
+ },
+ "hidden": {
+ "type": "boolean"
+ },
+ "trashed": {
+ "type": "boolean"
+ },
+ "favorite": {
+ "type": "boolean"
+ },
+ "cseType": {
+ "type": "string",
+ "match": "none|CSEv1r1"
+ },
+ "cseKey": {
+ "type": "string",
+ "match": ""
+ },
+ "sseType": {
+ "type": "string",
+ "match": "none|SSEv1r1|SSEv1r2|SSEv2r1"
+ },
+ "client": {
+ "type": "string"
+ },
+ "edited": {
+ "type": "date"
+ },
+ "created": {
+ "type": "date"
+ },
+ "updated": {
+ "type": "date"
+ }
+} \ No newline at end of file