git ssb

1+

kieran / horcrux-schemas-and-thoughts



Tree: 0bebd57e201531188e6d1b2b1b4f586d2000fa1b

Files: 0bebd57e201531188e6d1b2b1b4f586d2000fa1b / schemas / view.json

646 bytesRaw
1// This is what flumeview-reduce returns
2
3[
4 "%qHZCXd0spsGVlEvMrvkZHVtndgYNOHxZFiVZm1+tplA=.sha256": {
5 "invites": [
6 { "id": "@...", "accepted": true },
7 { "id": "@...", "accepted": null },
8 { "id": "@...", "accepted": false },
9 { "id": "@...", "accepted": true },
10 { "id": "@...", "accepted": null}
11 ],
12 "contract": {
13 "quorum": 2
14 },
15 "secrets": [
16 // Will only show secrets to those who have decrypted (therefore can see...)
17 ]
18 },
19 "...": {
20
21 },
22 "...": {
23
24 },
25 "...etc": {
26
27 }
28]
29
30// Could be that multiple views are needed, one for invites/responses and one for contract/secrets
31

Built with git-ssb-web