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

SecretField.json « Configuration « src - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15a5d15993e806071024f6606f5be635af1485ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "label": {
        "type": "string",
        "match": ".+{1,48}"
    },
    "type": {
        "type": "string",
        "match": "secret"
    },
    "value": {
        "type": "string",
        "match": ".+{1,320}"
    }
}