diff options
Diffstat (limited to 'contrib/redux.it.json')
-rw-r--r-- | contrib/redux.it.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/redux.it.json b/contrib/redux.it.json new file mode 100644 index 0000000..f744497 --- /dev/null +++ b/contrib/redux.it.json | |||
@@ -0,0 +1,33 @@ | |||
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": "string", | ||
14 | "name": "birthplace", | ||
15 | "label": "Birthplace", | ||
16 | "widget": "anastasis_gtk_ia_birthplace", | ||
17 | "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f" | ||
18 | }, | ||
19 | { | ||
20 | "type": "string", | ||
21 | "name": "fiscal_code", | ||
22 | "label": "Codice fiscale", | ||
23 | "label_i18n":{ | ||
24 | "it": "Codice fiscale", | ||
25 | "en": "Fiscal code" | ||
26 | }, | ||
27 | "widget": "anastasis_gtk_ia_cf_it", | ||
28 | "uuid": "88f53c51-52ad-4d63-a163-ec042589f925", | ||
29 | "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]$", | ||
30 | "validation-logic": "IT_CF_check" | ||
31 | } | ||
32 | ] | ||
33 | } | ||