diff options
Diffstat (limited to 'contrib/redux.xy.json')
-rw-r--r-- | contrib/redux.xy.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/redux.xy.json b/contrib/redux.xy.json new file mode 100644 index 0000000..2091d9a --- /dev/null +++ b/contrib/redux.xy.json | |||
@@ -0,0 +1,29 @@ | |||
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": "prime_number", | ||
22 | "label": "Prime number", | ||
23 | "widget": "anastasis_gtk_xx_prime", | ||
24 | "uuid" : "39190a95-cacb-4412-8bae-1f7da3f980b4", | ||
25 | "validation-regex": "^[0-9]+$", | ||
26 | "validation-logic": "XY_PRIME_check" | ||
27 | } | ||
28 | ] | ||
29 | } | ||