Makhanov 3 years ago
parent
commit
d05ea5755c
2 changed files with 94 additions and 0 deletions
  1. BIN
      docs/~$ Агрегатор.doc
  2. 94 0
      json/index.json

BIN
docs/~$ Агрегатор.doc


+ 94 - 0
json/index.json

@@ -0,0 +1,94 @@
+[
+    {
+        "_id": "1234",
+        "isActive": true,
+        "picture": "http://placehold.it/32x32",
+        "name": "Курс вождения самоката",
+        "email": "undefined.undefined@undefined.tv",
+        "phone": "+7 (942) 458-2394",
+        "period": 2,
+        "price": 20000,
+        "address": "304 Clermont Avenue, Rote, Maryland, 4801",
+        "about": "Курс вождения самоката в пьяном виде, без использования ног и рук, с реактивным двигателем в пятой точке",
+        "starting": "С утра в понедельник 32 мая",
+        "tags": [
+            "самокат",
+            "вождение"
+        
+        ],
+        "teachers": [
+        {
+            "id": 0,
+            "name": "Василий Иванович Хмурый",
+            "picture": "http://placehold.it/32x32"
+        },
+        {
+            "id": 1,
+            "name": "Иван Петрович Безопасный",
+            "picture": "http://placehold.it/32x32"
+        }
+        ]
+    },
+        
+    {
+        "_id": "1235",
+        "isActive": true,
+        "picture": "http://placehold.it/32x32",
+        "name": "Курс вождения самоката",
+        "email": "undefined.undefined@undefined.tv",
+        "phone": "+7 (942) 458-2394",
+        "period": 2,
+        "price": 20000,
+        "address": "304 Clermont Avenue, Rote, Maryland, 4801",
+        "about": "Курс вождения самоката в пьяном виде, без использования ног и рук, с реактивным двигателем в пятой точке",
+        "starting": "С утра в понедельник 32 мая",
+        "tags": [
+            "самокат",
+            "вождение"
+            
+        ],
+        "teachers": [
+            {
+                "id": 0,
+                "name": "Василий Иванович Хмурый",
+                "picture": "http://placehold.it/32x32"
+            },
+            {
+                "id": 1,
+                "name": "Иван Петрович Безопасный",
+                "picture": "http://placehold.it/32x32"
+            }     
+        ]
+    },
+    
+    {
+        "_id": "1236",
+        "isActive": true,
+        "picture": "http://placehold.it/32x32",
+        "name": "Курс вождения самоката",
+        "email": "undefined.undefined@undefined.tv",
+        "phone": "+7 (942) 458-2394",
+        "period": 2,
+        "price": 20000,
+        "address": "304 Clermont Avenue, Rote, Maryland, 4801",
+        "about": "Курс вождения самоката в пьяном виде, без использования ног и рук, с реактивным двигателем в пятой точке",
+        "starting": "С утра в понедельник 32 мая",
+        "tags": [
+            "самокат",
+            "вождение"
+            
+        ],
+        "teachers": [
+            {
+            "id": 0,
+            "name": "Василий Иванович Хмурый",
+            "picture": "http://placehold.it/32x32"
+            },
+            {
+            "id": 1,
+            "name": "Иван Петрович Безопасный",
+            "picture": "http://placehold.it/32x32"
+            }
+        ]
+    }
+]