anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

redux.sk.json (860B)


      1 {
      2     "license": "GPLv3+",
      3     "SPDX-License-Identifier": "GPL3.0-or-later",
      4     "required_attributes": [
      5 	{
      6 	    "type": "string",
      7 	    "name": "full_name",
      8 	    "label": "Full name",
      9 	    "widget": "anastasis_gtk_ia_full_name",
     10             "uuid" : "9e8f463f-575f-42cb-85f3-759559997331"
     11 	},
     12 	{
     13 	    "type": "string",
     14 	    "name": "birthplace",
     15 	    "label": "Birthplace",
     16 	    "widget": "anastasis_gtk_ia_birthplace",
     17             "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
     18 	},
     19 	{
     20 	    "type": "string",
     21 	    "name": "birth_number",
     22 	    "label": "Birth Number",
     23 	    "tooltip": "rodné číslo",
     24 	    "widget": "anastasis_gtk_ia_birthnumber_sk",
     25             "uuid": "1cd372fe-2cea-4928-9f29-66f2bdd8555c",
     26 	    "validation-regex": "^[0-9]{2}(((0|2|5|7)[0-9])|10|11|31|32|51|52|81|82)/[0-9]{3}[0-9]?$",
     27 	    "validation-logic": "CZ_BN_check"
     28 	}
     29     ]
     30 }