[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] 03/03: add it rules
From: |
gnunet |
Subject: |
[taler-anastasis] 03/03: add it rules |
Date: |
Mon, 05 Jul 2021 17:50:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
commit c4f3b09e8f792fcf96f6ef6f013d52acdc77e739
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Jul 5 17:50:25 2021 +0200
add it rules
---
contrib/redux.it.json | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/contrib/redux.it.json b/contrib/redux.it.json
new file mode 100644
index 0000000..e4d0945
--- /dev/null
+++ b/contrib/redux.it.json
@@ -0,0 +1,43 @@
+{
+ "required_attributes": [
+ {
+ "type": "string",
+ "name": "full_name",
+ "label": "Full name",
+ "label_i18n":{
+ "de_DE": "Vollständiger Name",
+ "de_CH": "Vollständiger Name",
+ "fr": "Nom complet",
+ "en": "Full name"
+ },
+ "widget": "anastasis_gtk_ia_full_name",
+ "uuid" : "9e8f463f-575f-42cb-85f3-759559997331"
+ },
+ {
+ "type": "string",
+ "name": "birthplace",
+ "label": "Birthplace",
+ "label_i18n":{
+ "de_CH":"Geburtsort",
+ "de_CH":"Geburtsort",
+ "fr":"Place de naissance",
+ "en":"Birthplace"
+ },
+ "widget": "anastasis_gtk_ia_birthplace",
+ "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
+ },
+ {
+ "type": "string",
+ "name": "fiscal_code",
+ "label": "Codice fiscale",
+ "label_i18n":{
+ "it": "Codice fiscale",
+ "en": "Fiscal code"
+ },
+ "widget": "anastasis_gtk_ia_cf_it",
+ "uuid": "88f53c51-52ad-4d63-a163-ec042589f925",
+ "validation-regex":
"^[[:upper:]]{6}[0-9]{2}[A-EHLMPRT](([0-24-6][0-9])|(30|31|70|71))[A-MZ][0-9]{3}[A-Z]$",
+ "validation-logic": "IT_CF_check"
+ }
+ ]
+}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.