From 7e669bcf6b6336ec429da949bcb4aa456971dba2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Jul 2021 10:38:27 +0200 Subject: folding history in preparation of GNU Anastasis v0.0.0 release --- contrib/redux.ch.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 contrib/redux.ch.json (limited to 'contrib/redux.ch.json') diff --git a/contrib/redux.ch.json b/contrib/redux.ch.json new file mode 100644 index 0000000..48e8e7a --- /dev/null +++ b/contrib/redux.ch.json @@ -0,0 +1,40 @@ +{ + "license": "GPLv3+", + "SPDX-License-Identifier": "GPL3.0-or-later", + "required_attributes": [ + { + "type": "string", + "name": "full_name", + "label": "Full name", + "widget": "anastasis_gtk_ia_full_name", + "uuid" : "9e8f463f-575f-42cb-85f3-759559997331" + }, + { + "type": "date", + "name": "birthdate", + "label": "Birthdate", + "widget": "anastasis_gtk_ia_birthdate", + "uuid" : "83d655c7-bdb6-484d-904e-80c1058c8854" + }, + { + "type": "string", + "name": "birthplace", + "label": "Birthplace", + "widget": "anastasis_gtk_ia_birthplace", + "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f" + }, + { + "type": "string", + "name": "ahv_number", + "label": "AHV number", + "label_i18n":{ + "de_DE":"AHV-Nummer", + "de_CH":"AHV-Nummer" + }, + "widget": "anastasis_gtk_ia_ahv", + "uuid" : "1da87570-ba16-4f62-8a7e-cbda92f51591", + "validation-regex": "^(756).[0-9]{4}.[0-9]{4}.[0-9]{2}|(756)[0-9]{10}$", + "validation-logic": "CH_AHV_check" + } + ] +} -- cgit v1.2.3