planning_example.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "planning": [
  3. {
  4. "title": "Le Classique du Matin",
  5. "periodicity": "1111111",
  6. "hour_begin": "6:00",
  7. "hour_end": "7:00"
  8. },
  9. {
  10. "title": "Jeux Vidéos Matin",
  11. "periodicity": "1111100",
  12. "hour_begin": "09:00",
  13. "hour_end": "10:30"
  14. },
  15. {
  16. "title": "Anime Matin",
  17. "periodicity": "1111100",
  18. "hour_begin": "10:30",
  19. "hour_end": "12:00"
  20. },
  21. {
  22. "title": "Jeux Vidéos Aprem'",
  23. "periodicity": "1111111",
  24. "hour_begin": "14:00",
  25. "hour_end": "15:30"
  26. },
  27. {
  28. "title": "Anime Aprem'",
  29. "periodicity": "1111111",
  30. "hour_begin": "15:30",
  31. "hour_end": "17:00"
  32. },
  33. {
  34. "title": "Jeux Vidéos Soirée",
  35. "periodicity": "1111100",
  36. "hour_begin": "19:00",
  37. "hour_end": "20:00"
  38. },
  39. {
  40. "title": "Anime Soirée",
  41. "periodicity": "1111100",
  42. "hour_begin": "20:00",
  43. "hour_end": "21:00"
  44. },
  45. {
  46. "title": "Anime Nuit",
  47. "periodicity": "1111111",
  48. "hour_begin": "00:00",
  49. "hour_end": "01:00"
  50. },
  51. {
  52. "title": "Jeux Vidéos Nuit",
  53. "periodicity": "1111111",
  54. "hour_begin": "01:00",
  55. "hour_end": "02:00"
  56. },
  57. {
  58. "title": "Programmation nocturne",
  59. "periodicity": "1111111",
  60. "hour_begin": "02:00",
  61. "hour_end": "06:00"
  62. }
  63. ],
  64. "regular_programme" : "Programmation habituelle",
  65. "timezone": "Europe/Paris"
  66. }