-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunding.json
99 lines (95 loc) · 2.93 KB
/
funding.json
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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "SINE Foundation",
"email": "[email protected]",
"description": "A Think and Do Tank offering Solutions for Data Sharing Dilemmas. SINE fuses technology with governance mechanisms, enabling organizations to share their data securely, and to maintain their data sovereignty along the way - even after it has been shared.",
"webpageUrl": {
"url": "https://sine.foundation"
}
},
"projects": [
{
"guid": "pact-data-model",
"name": "PACT Data Model",
"description": "A Rust implementation of the PACT Data Model for the exchange of Product Carbon Footprints.",
"webpageUrl": {
"url": "https://wbcsd.github.io/data-exchange-protocol/v2"
},
"repositoryUrl": {
"url": "https://github.com/sine-fdn/impact-protocols"
},
"licenses": ["spdx:MIT"],
"tags": [
"product carbon footprint",
"sustainability",
"primary data",
"decarbonization",
"PACT"
]
},
{
"guid": "ileap-data-model",
"name": "iLEAP Data Model",
"description": "A Rust implementation of the iLEAP Data Model for the exchange of logistics emissions data, as an extension to Product Carbon Footprints.",
"webpageUrl": {
"url": "https://sine-fdn.github.io/ileap-extension/"
},
"repositoryUrl": {
"url": "https://github.com/sine-fdn/impact-protocols"
},
"licenses": ["spdx:MIT"],
"tags": [
"logistics emissions",
"sustainability",
"primary data",
"decarbonization",
"PACT"
]
},
{
"guid": "demo-api",
"name": "Demo API for PACT and iLEAP",
"description": "An HTTP REST API implementing the PACT Data Exchange Protocol with iLEAP support",
"webpageUrl": {
"url": "https://api.ileap.sine.dev"
},
"repositoryUrl": {
"url": "https://github.com/sine-fdn/impact-protocols"
},
"licenses": ["spdx:MIT"],
"tags": [
"interoperability",
"product carbon footprint",
"logistics emissions",
"sustainability",
"primary data",
"decarbonization",
"PACT"
]
}
],
"funding": {
"channels": [
{
"guid": "channel-id (tbd) (A short unique ID for the channel)",
"type": "tbd [bank, gateway, cheque, cash, other]",
"address": "tbd A short unstructured textual representation of the payment address for the channel",
"description": "tbd"
}
],
"plans": [
{
"guid": "tbd (A short unique ID for the plan)",
"status": "tbd [active, inactive]",
"name": "tbd Name of the funding plan",
"amount": 0,
"currency": "EUR",
"frequency": "tbd [one-time, weekly, fortnightly, monthly, yearly, other]",
"channels": ["channel-id"]
}
]
}
}