Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 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. "tab_bar": [
  57. {
  58. "kind": "main"
  59. },
  60. {
  61. "kind": "finance"
  62. },
  63. {
  64. "kind": "chat"
  65. },
  66. {
  67. "kind": "more"
  68. }
  69. ],
  70. "main_carousel": [
  71. {
  72. "kind": "image",
  73. "version": "abcdef",
  74. "url": "https://images.unsplash.com/photo-1417021423914-070979c8eb34?ixlib=rb-1.2.1\u0026ixid=eyJhcHBfaWQiOjEyMDd9\u0026auto=format\u0026fit=crop\u0026w=1000\u0026q=80"
  75. },
  76. {
  77. "kind": "image",
  78. "version": "ghijkl",
  79. "url": "https://images.unsplash.com/photo-1465188162913-8fb5709d6d57?ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=1000\u0026q=80"
  80. },
  81. {
  82. "kind": "image",
  83. "version": "mnopqr",
  84. "url": "https://images.unsplash.com/photo-1470072768013-bf9532016c10?ixlib=rb-1.2.1\u0026ixid=eyJhcHBfaWQiOjEyMDd9\u0026auto=format\u0026fit=crop\u0026w=1000\u0026q=80"
  85. }
  86. ]
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement