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

EmailField.json « Configuration « src - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 066a38d74b9c7fa9fb4b4b3fb604e17d79b92d62 (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": "email"
    },
    "value": {
        "type": "string",
        "match": ".+{1,320}"
    }
}