aboutsummaryrefslogtreecommitdiff
path: root/contrib/redux.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redux.in.json')
-rw-r--r--contrib/redux.in.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/contrib/redux.in.json b/contrib/redux.in.json
new file mode 100644
index 0000000..a53035c
--- /dev/null
+++ b/contrib/redux.in.json
@@ -0,0 +1,39 @@
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": "aadhar_number",
29 "label": "Aadhar number",
30 "label_i18n":{
31 "en": "Aadhar number"
32 },
33 "widget": "anastasis_gtk_ia_aadhar_in",
34 "uuid": "55afe97a-98bc-48d1-bb37-a9658be3fdc9",
35 "validation-regex": "^[2-9]{1}[0-9]{3}\\s[0-9]{4}\\s[0-9]{4}$",
36 "validation-logic": "IN_AADHAR_check"
37 }
38 ]
39}