aboutsummaryrefslogtreecommitdiff
path: root/contrib/redux.de.json
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redux.de.json')
-rw-r--r--contrib/redux.de.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/contrib/redux.de.json b/contrib/redux.de.json
new file mode 100644
index 0000000..862a463
--- /dev/null
+++ b/contrib/redux.de.json
@@ -0,0 +1,54 @@
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": "tax_number",
29 "label": "Taxpayer identification number",
30 "label_i18n":{
31 "de_DE": "Steuerliche Identifikationsnummer",
32 "en": "German taxpayer identification number"
33 },
34 "widget": "anastasis_gtk_ia_tax_de",
35 "uuid": "dae48f85-e3ff-47a4-a4a3-ed981ed8c3c6",
36 "validation-regex": "^[0-9]{11}$",
37 "validation-logic": "DE_TIN_check"
38 },
39 {
40 "type": "string",
41 "name": "social_security_number",
42 "label": "Social security number",
43 "label_i18n":{
44 "de_DE": "Deutsche Sozialversicherungsnummer",
45 "en": "German Social security number"
46 },
47 "widget": "anastasis_gtk_ia_ssn_de",
48 "uuid": "d5e2aa79-1c88-4cf4-a4d2-252508b38e05",
49 "validation-regex": "^[0-9]{8}[[:upper:]][0-9]{3}$",
50 "validation-logic": "DE_SVN_check",
51 "optional" : true
52 }
53 ]
54}