Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.10 KB | None | 0 0
  1. {
  2. "$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
  3. "type":"AdaptiveCard",
  4. "version":"1.0",
  5. "padding": "none",
  6. "body":[
  7. {
  8. "type":"ColumnSet",
  9. "spacing":"none",
  10. "columns":[
  11. {
  12. "type":"Column",
  13. "padding":{
  14. "top":"small",
  15. "left": "small"
  16. },
  17. "verticalContentAlignment":"center",
  18. "pixelWidth":"234",
  19. "items":[
  20. {
  21. "type":"Image",
  22. "url":"https://filedepot.blob.core.windows.net/limeade/Logo.png",
  23. "pixelHeight":45,
  24. "pixelWidth":234
  25. }
  26. ]
  27. }
  28. ]
  29. },
  30. {
  31. "type":"Container",
  32. "backgroundImage":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkKDr2HwAD6wI5B4rCKwAAAABJRU5ErkJggg==",
  33. "spacing":"small",
  34. "items":[
  35. {
  36. "type":"TextBlock",
  37. "text":"Hi Miles, we found a time to work on this activity with your team",
  38. "size":"medium",
  39. "color":"light"
  40. }
  41. ]
  42. },
  43. {
  44. "type":"Container",
  45. "padding": "none",
  46. "spacing": "none",
  47. "backgroundImage":"https://filedepot.blob.core.windows.net/limeade/Image%20Help%20Your%20Team%20Get%20to%20know%20One%20Another.png",
  48. "items":[
  49. {
  50. "type":"TextBlock",
  51. "text":" "
  52. },
  53. {
  54. "type":"TextBlock",
  55. "text":" "
  56. },
  57. {
  58. "type":"TextBlock",
  59. "text":" "
  60. },
  61. {
  62. "type":"TextBlock",
  63. "text":" "
  64. }
  65. ]
  66. },
  67. {
  68. "type":"ColumnSet",
  69. "padding": "small",
  70. "spacing": "small",
  71. "columns":[
  72. {
  73. "type": "Column",
  74. "wdith": "stretch",
  75. "padding": {
  76. "left": "medium"
  77. },
  78. "items": [
  79. {
  80. "type":"TextBlock",
  81. "text":"Help your Team Get to Know One Another",
  82. "size":"medium"
  83. }
  84. ]
  85. },
  86. {
  87. "type": "Column",
  88. "width": "auto",
  89. "items": [
  90. {
  91. "type":"TextBlock",
  92. "text":"100",
  93. "color": "accent",
  94. "size":"medium"
  95. }
  96. ]
  97. },
  98. {
  99. "type": "Column",
  100. "width": "auto",
  101. "padding": {
  102. "right": "medium"
  103. },
  104. "items": [
  105. {
  106. "type":"TextBlock",
  107. "text":"pts",
  108. "size":"medium"
  109. }
  110. ]
  111. }
  112. ]
  113. },
  114. {
  115. "separator":"true",
  116. "spacing": "small",
  117. "type": "Container",
  118. "padding": {
  119. "top": "small",
  120. "left": "small",
  121. "bottom":"small"
  122. },
  123. "items": [
  124. {
  125. "type":"ColumnSet",
  126. "spacing":"none",
  127. "verticalAlignment": "center",
  128. "columns":[
  129. {
  130. "type":"Column",
  131. "width":"auto",
  132. "padding":"small",
  133. "items":[
  134. {
  135. "type":"Image",
  136. "url":"https://filedepot.blob.core.windows.net/blob/clear.png",
  137. "pixelWidth": 25,
  138. "verticalAlignment": "center"
  139. }
  140. ]
  141. },
  142. {
  143. "type":"Column",
  144. "width":"stretch",
  145. "padding":"small",
  146. "spacing": "none",
  147. "items":[
  148. {
  149. "type":"TextBlock",
  150. "text":"3:00 PM, Mon 23rd Mar"
  151. }
  152. ]
  153. },
  154. {
  155. "type": "Column",
  156. "padding":"small",
  157. "width": "auto",
  158. "items": [
  159. {
  160. "type": "ColumnSet",
  161. "columns": [
  162. {
  163. "type": "Column",
  164. "items": [
  165. {
  166. "type":"Image",
  167. "url":"http://keenthemes.com/preview/metronic/theme/assets/pages/media/profile/profile_user.jpg",
  168. "style":"person",
  169. "pixelWidth": 25,
  170. "verticalAlignment": "center"
  171. }
  172. ]
  173. },
  174. {
  175. "type": "Column",
  176. "spacing": "none",
  177. "items": [
  178. {
  179. "type":"Image",
  180. "url":"http://www.venmond.com/demo/vendroid/img/avatar/big.jpg",
  181. "style":"person",
  182. "pixelWidth": 25,
  183. "verticalAlignment": "center"
  184. }
  185. ]
  186. },
  187. {
  188. "type": "Column",
  189. "spacing": "none",
  190. "items": [
  191. {
  192. "type":"Image",
  193. "url":"http://www.monkeypodmarketing.com/wp-content/uploads/2015/11/profile-round.png",
  194. "style":"person",
  195. "pixelWidth": 25,
  196. "verticalAlignment": "center"
  197. }
  198. ]
  199. },
  200. {
  201. "type": "Column",
  202. "spacing": "none",
  203. "items": [
  204. {
  205. "type":"Image",
  206. "url":"https://i.imgur.com/r0bsDqL.jpg",
  207. "style":"person",
  208. "pixelWidth": 25,
  209. "verticalAlignment": "center"
  210. }
  211. ]
  212. }
  213. ]
  214. }
  215. ]
  216. },
  217. {
  218. "type":"Column",
  219. "width":"auto",
  220. "padding":"small",
  221. "items":[
  222. {
  223. "type":"TextBlock",
  224. "text":"Schedule",
  225. "weight":"bolder",
  226. "color":"accent"
  227. }
  228. ],
  229. "selectAction":{
  230. "type":"Action.Http",
  231. "url":"http://www.microsoft.com"
  232. }
  233. }
  234. ]
  235. },
  236. {
  237. "type":"ColumnSet",
  238. "spacing":"none",
  239. "verticalAlignment": "center",
  240. "columns":[
  241. {
  242. "type":"Column",
  243. "width":"auto",
  244. "padding":"small",
  245. "items":[
  246. {
  247. "type":"Image",
  248. "url":"https://filedepot.blob.core.windows.net/blob/thunderstorm.png",
  249. "pixelWidth": 25,
  250. "verticalAlignment": "center"
  251. }
  252. ]
  253. },
  254. {
  255. "type":"Column",
  256. "width":"stretch",
  257. "padding":"small",
  258. "spacing": "none",
  259. "items":[
  260. {
  261. "type":"TextBlock",
  262. "text":"3:00 PM, Mon 23rd Mar"
  263. }
  264. ]
  265. },
  266. {
  267. "type": "Column",
  268. "padding":"small",
  269. "width": "auto",
  270. "items": [
  271. {
  272. "type": "ColumnSet",
  273. "columns": [
  274. {
  275. "type": "Column",
  276. "spacing": "none",
  277. "items": [
  278. {
  279. "type":"Image",
  280. "url":"http://cyclesurfstudio.com/wp-content/uploads/2015/09/profile-pic-round.png",
  281. "pixelWidth": 25,
  282. "verticalAlignment": "center"
  283. }
  284. ]
  285. },
  286. {
  287. "type": "Column",
  288. "spacing": "none",
  289. "items": [
  290. {
  291. "type":"Image",
  292. "url":"http://bighealthyme.com/wp-content/uploads/2016/06/round-profile.png",
  293. "pixelWidth": 25,
  294. "verticalAlignment": "center"
  295. }
  296. ]
  297. },
  298. {
  299. "type": "Column",
  300. "spacing": "none",
  301. "items": [
  302. {
  303. "type":"Image",
  304. "url":"https://diybeautydiva.com/wp-content/uploads/2013/09/Profile-pic-round.png",
  305. "pixelWidth": 25,
  306. "verticalAlignment": "center"
  307. }
  308. ]
  309. }
  310. ]
  311. }
  312. ]
  313. },
  314. {
  315. "type":"Column",
  316. "width":"auto",
  317. "padding":"small",
  318. "items":[
  319. {
  320. "type":"TextBlock",
  321. "text":"Schedule",
  322. "weight":"bolder",
  323. "color":"accent"
  324. }
  325. ],
  326. "selectAction":{
  327. "type":"Action.Http",
  328. "url":"http://www.microsoft.com"
  329. }
  330. }
  331. ]
  332. },
  333. {
  334. "type":"ColumnSet",
  335. "spacing":"none",
  336. "verticalAlignment": "center",
  337. "columns":[
  338. {
  339. "type":"Column",
  340. "width":"auto",
  341. "padding":"small",
  342. "items":[
  343. {
  344. "type":"Image",
  345. "url":"https://filedepot.blob.core.windows.net/blob/partly-cloudy.png",
  346. "pixelWidth": 25,
  347. "verticalAlignment": "center"
  348. }
  349. ]
  350. },
  351. {
  352. "type":"Column",
  353. "width":"stretch",
  354. "padding":"small",
  355. "spacing": "none",
  356. "items":[
  357. {
  358. "type":"TextBlock",
  359. "text":"3:00 PM, Mon 23rd Mar"
  360. }
  361. ]
  362. },
  363. {
  364. "type": "Column",
  365. "padding":"small",
  366. "width": "auto",
  367. "items": [
  368. {
  369. "type": "ColumnSet",
  370. "columns": [
  371. {
  372. "type": "Column",
  373. "items": [
  374. {
  375. "type":"Image",
  376. "url":"http://endlesstheme.com/simplify1.0/images/profile/profile5.jpg",
  377. "style": "person",
  378. "pixelWidth": 25,
  379. "verticalAlignment": "center"
  380. }
  381. ]
  382. },
  383. {
  384. "type": "Column",
  385. "spacing": "none",
  386. "items": [
  387. {
  388. "type":"Image",
  389. "url":"http://www.christopherxjjensen.com/wp-content/gallery/profile-pics/Profile-Pic_2014-09-07_1000px.jpg",
  390. "style": "person",
  391. "pixelWidth": 25,
  392. "verticalAlignment": "center"
  393. }
  394. ]
  395. },
  396. {
  397. "type": "Column",
  398. "spacing": "none",
  399. "items": [
  400. {
  401. "type":"Image",
  402. "url":"http://www.chemical-design.com/img/projects/equion/user-profile-4.jpg",
  403. "style": "person",
  404. "pixelWidth": 25,
  405. "verticalAlignment": "center"
  406. }
  407. ]
  408. },
  409. {
  410. "type": "Column",
  411. "spacing": "none",
  412. "items": [
  413. {
  414. "type":"Image",
  415. "url":"https://cap.stanford.edu/profiles/viewImage?profileId=74422&type=square&ts=1509496450787",
  416. "style": "person",
  417. "pixelWidth": 25,
  418. "verticalAlignment": "center"
  419. }
  420. ]
  421. }
  422. ]
  423. }
  424. ]
  425. },
  426. {
  427. "type":"Column",
  428. "width":"auto",
  429. "padding":"small",
  430. "items":[
  431. {
  432. "type":"TextBlock",
  433. "text":"Schedule",
  434. "weight":"bolder",
  435. "color":"accent"
  436. }
  437. ],
  438. "selectAction":{
  439. "type":"Action.Http",
  440. "url":"http://www.microsoft.com"
  441. }
  442. }
  443. ]
  444. },
  445. {
  446. "type":"ColumnSet",
  447. "spacing":"none",
  448. "horizontalAlignment": "center",
  449. "columns":[
  450. {
  451. "type":"Column",
  452. "width":"auto",
  453. "padding":"small",
  454. "items":[
  455. {
  456. "type":"TextBlock",
  457. "text":"Find more times",
  458. "color":"accent",
  459. "weight":"bolder"
  460. }
  461. ],
  462. "selectAction":{
  463. "type":"Action.Http",
  464. "url":"http://www.microsoft.com"
  465. }
  466. },
  467. {
  468. "type":"Column",
  469. "width":"auto",
  470. "padding":"small",
  471. "items":[
  472. {
  473. "type":"TextBlock",
  474. "text":"Recommend a different activity",
  475. "color":"accent",
  476. "weight":"bolder"
  477. }
  478. ],
  479. "selectAction":{
  480. "type":"Action.Http",
  481. "url":"http://www.microsoft.com"
  482. }
  483. }
  484. ]
  485. }
  486. ]
  487. }
  488. ]
  489. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement