summaryrefslogtreecommitdiff
path: root/src/cli/resources/02-backup.json
blob: c9bba16706422eaf7af95f3bec9a79352120b049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "continents": [
    "Europe",
    "North America",
    "Testcontinent"
  ],
  "backup_state": "USER_ATTRIBUTES_COLLECTING",
  "selected_continent": "Testcontinent",
  "countries": [
    {
      "code": "xx",
      "name": "Testland",
      "continent": "Testcontinent",
      "continent_i18n": {
        "xx": "Testkontinent"
      },
      "name_i18n": {
        "de_DE": "Testlandt",
        "de_CH": "Testlandi",
        "fr": "Testpais",
        "en": "Testland"
      },
      "currency": "TESTKUDOS"
    },
    {
      "code": "xy",
      "name": "Demoland",
      "continent": "Testcontinent",
      "continent_i18n": {
        "xx": "Testkontinent"
      },
      "name_i18n": {
        "de_DE": "Demolandt",
        "de_CH": "Demolandi",
        "fr": "Demopais",
        "en": "Demoland"
      },
      "currency": "KUDOS"
    }
  ],
  "authentication_providers": {
    "http://localhost:8086/": {},
    "http://localhost:8087/": {},
    "http://localhost:8088/": {},
    "http://localhost:8089/": {}
  },
  "selected_country": "xx",
  "currencies": [ "TESTKUDOS" ],
  "required_attributes": [
    {
      "type": "string",
      "name": "full_name",
      "label": "Full name",
      "label_i18n": {
        "de_DE": "Vollstaendiger Name",
        "de_CH": "Vollstaendiger Name"
      },
      "widget": "anastasis_gtk_ia_full_name"
    },
    {
      "type": "date",
      "name": "birthdate",
      "label": "Birthdate",
      "label_i18n": {
        "de_CH": "Geburtsdatum"
      },
      "widget": "anastasis_gtk_ia_birthdate"
    },
    {
        "type": "string",
        "name": "sq_number",
	"label": "Square number",
	"label_i18n":{
	    "de_DE":"Quadratzahl",
	    "de_CH":"Quadratzahl"
	},
	"widget": "anastasis_gtk_xx_square",
        "uuid" : "ed790bca-89bf-11eb-96f2-233996cf644e",
	"validation-regex": "^[0-9]+$",
	"validation-logic": "XX_SQUARE_check"
    }
  ]
}