Advertisement
androidGeek

Untitled

Aug 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "info": {
  3. "title": "",
  4. "description": "",
  5. "startDate": "", //ISO format (e.g. 2018-08-20T08:00:00.000Z)
  6. "endDate": "", //ISO format (e.g. 2018-08-20T08:00:00.000Z)
  7. "image": "", //link
  8. "background": "", //color for background in RGB
  9. "contact": [""],
  10. "url": "",
  11. "jsonUrl": "" //URL to this JSON
  12. },
  13. "events": [{
  14. "image": "", //link
  15. "title": "",
  16. "description": "",
  17. "address": "",
  18. "location": [], //latitude and longitude
  19. "startDate": "", //ISO format (e.g. 2018-08-20T08:00:00.000Z)
  20. "endDate": "", //ISO format (e.g. 2018-08-20T08:00:00.000Z)
  21. "speaker": [1], //rawIds of speakers
  22. "contact": [""],
  23. "url": ""
  24. }],
  25. "speakers": [{
  26. "rawId": 1,
  27. "name": "",
  28. "description": "",
  29. "image": "", //link
  30. "contact": [""],
  31. "url": ""
  32. }]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement