-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
59 lines (57 loc) · 1.72 KB
/
schema.json
File metadata and controls
59 lines (57 loc) · 1.72 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
"users": [
{
"email": "wishinghand@gmail.com",
"id": "3d3854b0-ddb8-44ef-a5f9-0a6a515f6122",
"password": "asdlkfja98sd8asf89aw4hr2ioroi2n3rh203rno23rnoanfsd0a",
"commitments": [
{
"service_name": "treehouse",
"username": "jasonland2",
"stripe_token": null,
"active": true,
"point_history": [{
"timestamp": "Wed Oct 26 2016 17:27:46 GMT+00:00",
"value": 5010
}],
"goal_history": [{
"start_date": "Wed Oct 26 2016 17:27:46 GMT+00:00",
"end_date": "Wed Nov 02 2016 17:27:46 GMT+00:00",
"starting_points": 5000,
"goal_amount": 100,
"penalty": 500,
"renewable": true
}]
}
]
}
]
"payments": [
{
"date": "date()",
"amount": 500,
"stripe_charge": {
"id":,
"token":
}
}
]
"integrations": [
{
"name": "Team Treehouse",
"short_name": "Treehouse",
"description": "Treehouse brings affordable technology education to people everywhere in order to help them achieve their dreams and change the world.",
// "baseURL": "https://teamtreehouse.com",
"baseURL": "https://teamtreehouse.com/XXX.json",
"logoURL": "assets/treehouse_logo.png",
"point_minimum": 400
},
{
"name": "Duolingo",
"short_name": "Duolingo",
"description": "Learning with Duolingo is fun and addictive. Earn points for correct answers, race against the clock, and level up. Our bite-sized lessons are effective, and we have proof that it works.",
// "baseURL": "https://duolingo.com",
"baseURL": "https://www.duolingo.com/users/XXX",
"logoURL": "assets/duolingo-logo.png",
"point_minimum": 20
}
]