Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. {
  2.   "code": "0",
  3.   "main_screen": [
  4.     {
  5.       "kind": "warning"
  6.     },
  7.     {
  8.       "kind": "balance"
  9.     },
  10.     {
  11.       "kind": "addTraffic"
  12.     },
  13.     {
  14.       "kind": "addVoice"
  15.     },
  16.     {
  17.       "kind": "setTariff"
  18.     },
  19.     {
  20.       "kind": "carousel"
  21.     }
  22.   ],
  23.   "finance_screen": [
  24.     [
  25.       {
  26.         "kind": "refillCard"
  27.       },
  28.       {
  29.         "kind": "refillGoogle"
  30.       },
  31.       {
  32.         "kind": "refillApple"
  33.       }
  34.     ],
  35.     [
  36.       {
  37.         "kind": "autopayment"
  38.       },
  39.       {
  40.         "kind": "history"
  41.       }
  42.     ]
  43.   ],
  44.   "misc_screen": [
  45.     [
  46.       {
  47.         "kind": "roaming"
  48.       },
  49.       {
  50.         "kind": "faq"
  51.       }
  52.     ],
  53.     [
  54.       {
  55.         "kind": "legal"
  56.       }
  57.     ],
  58.     [
  59.       {
  60.         "kind": "changePin"
  61.       },
  62.       {
  63.         "kind": "logout"
  64.       }
  65.     ]
  66.   ],
  67.   "main_menu": {
  68.     "tapbar": [
  69.       {
  70.         "kind": "main"
  71.       },
  72.       {
  73.         "kind": "finance"
  74.       },
  75.       {
  76.         "kind": "chat"
  77.       },
  78.       {
  79.         "kind": "more"
  80.       },
  81.       {
  82.         "kind": "misc"
  83.       }
  84.     ]
  85.   },
  86.   "main_carousel": [
  87.     {
  88.       "kind": "image",
  89.       "version": "abcdef",
  90.       "url": "https://images.unsplash.com/photo-1417021423914-070979c8eb34?ixlib=rb-1.2.1\u0026ixid=eyJhcHBfaWQiOjEyMDd9\u0026auto=format\u0026fit=crop\u0026w=1000\u0026q=80"
  91.     },
  92.     {
  93.       "kind": "image",
  94.       "version": "ghijkl",
  95.       "url": "https://images.unsplash.com/photo-1465188162913-8fb5709d6d57?ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=1000\u0026q=80"
  96.     },
  97.     {
  98.       "kind": "image",
  99.       "version": "mnopqr",
  100.       "url": "https://images.unsplash.com/photo-1470072768013-bf9532016c10?ixlib=rb-1.2.1\u0026ixid=eyJhcHBfaWQiOjEyMDd9\u0026auto=format\u0026fit=crop\u0026w=1000\u0026q=80"
  101.     }
  102.   ]
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement