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

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