1
0

groups.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. [
  2. {
  3. "name": "101",
  4. "quantity": 20,
  5. "subjects": [
  6. {
  7. "name": "subject_one",
  8. "teacher": "teacher_one",
  9. "is_computer": true,
  10. "lessons": {
  11. "theory": 2,
  12. "practice": 2,
  13. "week": 6
  14. }
  15. },
  16. {
  17. "name": "subject_two",
  18. "teacher": "teacher_two",
  19. "is_computer": true,
  20. "lessons": {
  21. "theory": 2,
  22. "practice": 2,
  23. "week": 6
  24. }
  25. },
  26. {
  27. "name": "subject_three",
  28. "teacher": "teacher_three",
  29. "is_computer": false,
  30. "lessons": {
  31. "theory": 2,
  32. "practice": 2,
  33. "week": 6
  34. }
  35. }
  36. ]
  37. },
  38. {
  39. "name": "102",
  40. "quantity": 20,
  41. "subjects": [
  42. {
  43. "name": "subject_one",
  44. "teacher": "teacher_one",
  45. "is_computer": true,
  46. "lessons": {
  47. "theory": 2,
  48. "practice": 2,
  49. "week": 6
  50. }
  51. },
  52. {
  53. "name": "subject_two",
  54. "teacher": "teacher_two",
  55. "is_computer": true,
  56. "lessons": {
  57. "theory": 2,
  58. "practice": 2,
  59. "week": 6
  60. }
  61. },
  62. {
  63. "name": "subject_three",
  64. "teacher": "teacher_three",
  65. "is_computer": false,
  66. "lessons": {
  67. "theory": 2,
  68. "practice": 2,
  69. "week": 6
  70. }
  71. }
  72. ]
  73. },
  74. {
  75. "name": "103",
  76. "quantity": 20,
  77. "subjects": [
  78. {
  79. "name": "subject_one",
  80. "teacher": "teacher_one",
  81. "is_computer": true,
  82. "lessons": {
  83. "theory": 2,
  84. "practice": 2,
  85. "week": 6
  86. }
  87. },
  88. {
  89. "name": "subject_two",
  90. "teacher": "teacher_two",
  91. "is_computer": true,
  92. "lessons": {
  93. "theory": 2,
  94. "practice": 2,
  95. "week": 6
  96. }
  97. },
  98. {
  99. "name": "subject_three",
  100. "teacher": "teacher_three",
  101. "is_computer": false,
  102. "lessons": {
  103. "theory": 2,
  104. "practice": 2,
  105. "week": 6
  106. }
  107. }
  108. ]
  109. }
  110. ]