redux.xx.json (1173B)
1 { 2 "license": "GPLv3+", 3 "SPDX-License-Identifier": "GPL3.0-or-later", 4 "restricted" : "xx", 5 "required_attributes": [ 6 { 7 "type": "string", 8 "name": "full_name", 9 "label": "Full name", 10 "widget": "anastasis_gtk_ia_full_name", 11 "uuid" : "9e8f463f-575f-42cb-85f3-759559997331" 12 }, 13 { 14 "type": "date", 15 "name": "birthdate", 16 "label": "Birthdate", 17 "widget": "anastasis_gtk_ia_birthdate", 18 "uuid" : "83d655c7-bdb6-484d-904e-80c1058c8854" 19 }, 20 { 21 "type": "string", 22 "name": "prime_number", 23 "label": "Prime number", 24 "tooltip": "Mathematics is fun", 25 "widget": "anastasis_gtk_xx_prime", 26 "uuid" : "39190a95-cacb-4412-8bae-1f7da3f980b4", 27 "validation-regex": "^[0-9]+$", 28 "validation-logic": "XY_PRIME_check", 29 "optional" : true 30 }, 31 { 32 "type": "string", 33 "name": "sq_number", 34 "label": "Square number", 35 "tooltip": "Mathematics is fun", 36 "widget": "anastasis_gtk_xx_square", 37 "uuid" : "ed790bca-89bf-11eb-96f2-233996cf644e", 38 "validation-regex": "^[0-9]+$", 39 "validation-logic": "XX_SQUARE_check" 40 } 41 ] 42 }