-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
42 lines (42 loc) · 975 Bytes
/
Copy pathdata.json
File metadata and controls
42 lines (42 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"squads": [
{
"name": "Rob's Basketball Squad",
"description": "Casual sunday basketball.",
"tags": ["basketball"],
"cover": "http://maxpreps.cbsistatic.com/includes/images/sport_icons/Basketball.jpg"
},
{
"name": "Coding Squad",
"description": "Coding to the next level.",
"tags": ["coding"],
"cover": "http://mitosystems.com/wp-content/uploads/2014/11/perfectly-coded-small-business-websitse-1100x825.jpg"
}
],
"users": [
{
"first_name": "Roberto",
"last_name": "Reyes",
"about": "person",
"password": "password",
"email": "rob@gmail.com",
"tags": ["basketball", "coding"]
},
{
"first_name": "Alexes",
"last_name": "Macedo",
"about": "person",
"password": "password",
"email": "ama@gmail.com",
"tags": ["basketball", "coding"]
},
{
"first_name": "Alex",
"last_name": "Buity",
"about": "person",
"password": "password",
"email": "abu@gmail.com",
"tags": ["coding"]
}
]
}