-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
119 lines (118 loc) · 2.56 KB
/
db.json
File metadata and controls
119 lines (118 loc) · 2.56 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"description": "decentOS database schema.",
"version": "0.0.1",
"users": [
{
"username": "yunorelational",
"cipherpass": "$6$EBefRbO$Cber.ex62eref..WbVnESEREk.76EDA",
"comms": [
{
"pref": "email",
"address":"foo@example.com",
"priority": 0
},
{
"pref": "email",
"address":"bar@example.com",
"priority": 1
},
{
"pref": "slack",
"baseurl": "https://decentraldao.slack.com",
"id": "awickedusername",
"priority": 2
}
],
"fob": {
"id": 123,
"issuedat": 14074614497,
"issuer": "adminbot"
},
"landevices": [
{
"name": "samsung galaxy S1",
"mac": "E4:12:34:56:78:AB",
"lastseen": 1407942092
},
{
"name": "Toshiba junk-book",
"mac": "B2:12:6A:59:EA:77",
"lastseen": 1457242312
}
],
"notes": [
{
"author": "salesguy6",
"timestamp": 1457242312,
"body": "Lives in Surrey. He knows everybody in the shower curtain ring industry."
}
]
}
],
"invoices": [
{
"type": "dues",
"addr": "1bE4teC2r7R84F7rj5eDXrZbQOA",
"status": "unpaid",
"timestamp": 1457242312,
"localamt": 175.77,
"lastvalued": 167.22
}
],
"balance": {
"localamt": 22.76,
"btcamt": 1621714,
"lastcalc": 1457242312
},
"products": [
{
"type": "membeship",
"value": {
"currency": "CAD",
"value": "75"
},
"frequency": "monthly"
}
],
"policies": [
{
"name": "underpay",
"value": 0.03,
"desc": "How much can a digital payment be under our invoice amount before manual review."
},
{
"name": "overdue_cutoff",
"value": "function() { foo; bar; x+3 }",
"desc": "How to calculate when to cut access to members who are overdue."
}
],
"txs": [
{
"type": "XBT",
"localval": 212.12,
"confs": 2142,
"timestamp": 1457242312,
"txid": "eb2ab4612c1be49ec2e7e8427765eda35b",
"notes": [
{
"author": "1337accountant",
"timestamp": 1457242312,
"body": "Ihavenoideawhatthismoneyisfor"
}
]
},
{
"type": "Interac",
"rcvAccount": "23494194",
"localval": 212.12,
"timestamp": 1457242312,
"notes": [
{
"author": "1337accountant",
"timestamp": 1457242312,
"body": "This will be the one that gets us in the end."
}
]
}
]
}