summaryrefslogtreecommitdiff
path: root/src/cli/resources/01-backup.json
blob: be2a9d94e778203e734252dab99b140e80f497e6 (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
{
  "continents": [
    "Europe",
    "North America",
    "Demoworld"
  ],
  "backup_state": "COUNTRY_SELECTING",
  "reducer_type": "backup",
  "selected_continent": "Demoworld",
  "countries": [
    {
      "code": "xx",
      "name": "Testland",
      "continent": "Demoworld",
      "continent_i18n": {
        "xx": "Testkontinent"
      },
      "name_i18n": {
        "de_DE": "Testlandt",
        "de_CH": "Testlandi",
        "fr": "Testpais",
        "en": "Testland"
      }
    }
  ]
}