Advertisement
Guest User

Untitled

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