anastasis

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

redux.be.json (959B)


      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": "date",
     14 	    "name": "birthdate",
     15 	    "label": "Birthdate",
     16 	    "widget": "anastasis_gtk_ia_birthdate",
     17             "uuid" : "83d655c7-bdb6-484d-904e-80c1058c8854"
     18 	},
     19 	{
     20 	    "type": "string",
     21 	    "name": "birthplace",
     22 	    "label": "Birthplace",
     23 	    "widget": "anastasis_gtk_ia_birthplace",
     24             "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
     25 	},
     26 	{
     27 	    "type": "string",
     28 	    "name": "nrn_number",
     29 	    "label": "National Register Number",
     30 	    "widget": "anastasis_gtk_ia_nid_be",
     31             "uuid": "0452f99a-06f7-48bd-8ac0-2e4ed9a24560",
     32 	    "validation-regex": "^[0-9]{11}$",
     33 	    "validation-logic": "BE_NRN_check"
     34 	}
     35     ]
     36 }