anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

01-backup.json (452B)


      1 {
      2   "reducer_type": "backup",
      3   "backup_state": "COUNTRY_SELECTING",
      4   "continents": [
      5     {
      6       "name": "Europe"
      7     },
      8     {
      9       "name": "India"
     10     },
     11     {
     12       "name": "Asia"
     13     },
     14     {
     15       "name": "North America"
     16     },
     17     {
     18       "name": "Demoworld"
     19     }
     20   ],
     21   "countries": [
     22     {
     23       "code": "xx",
     24       "name": "Testland",
     25       "continent": "Demoworld",
     26       "call_code": "+0"
     27     }
     28   ],
     29   "selected_continent": "Demoworld"
     30 }