index.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [
  2. {
  3. "_id": "1234",
  4. "isActive": true,
  5. "picture": "http://placehold.it/32x32",
  6. "name": "Курс сварщика",
  7. "email": "undefined.undefined@undefined.tv",
  8. "phone": "+7 (942) 458-2394",
  9. "period": 2,
  10. "price": 20000,
  11. "address": "304 Clermont Avenue, Rote, Maryland, 4801",
  12. "about": "Курс сварщика",
  13. "starting": "С утра в понедельник 32 мая",
  14. "tags": [
  15. "трактор",
  16. "вождение"
  17. ],
  18. "teachers": [
  19. {
  20. "id": 0,
  21. "name": "Василий Иванович Хмурый",
  22. "picture": "http://placehold.it/32x32"
  23. },
  24. {
  25. "id": 1,
  26. "name": "Иван Петрович Безопасный",
  27. "picture": "http://placehold.it/32x32"
  28. }
  29. ]
  30. },
  31. {
  32. "_id": "1235",
  33. "isActive": true,
  34. "picture": "http://placehold.it/32x32",
  35. "name": "Курс электротехника",
  36. "email": "undefined.undefined@undefined.tv",
  37. "phone": "+7 (942) 458-2394",
  38. "period": 2,
  39. "price": 20000,
  40. "address": "304 Clermont Avenue, Rote, Maryland, 4801",
  41. "about": "Курс электротехника",
  42. "starting": "С утра в понедельник 32 мая",
  43. "tags": [
  44. "электротехник"
  45. ],
  46. "teachers": [
  47. {
  48. "id": 0,
  49. "name": "Иван Васильевич Кобанюк",
  50. "picture": "http://placehold.it/32x32"
  51. }
  52. ]
  53. }
  54. ]