-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEcological Project
More file actions
118 lines (118 loc) · 3.67 KB
/
Ecological Project
File metadata and controls
118 lines (118 loc) · 3.67 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
{
"supply": "1",
"name": "",
"symbol": "",
"owner": "",
"quantity": "0",
"decimals": 0,
"tokenProperties": {
"Id": "A unique ID like GUID/UUID or public key for the claim.",
"MbpId": "The unique Id of the parent modularBenefitProject",
"ProcessedClaimId": "The unique Id of the processed claim",
"Quantity": "A estimated sum of the total benefit for the completed claim.",
"Issuer": "Should be the Project Developer",
"Processor": "All verifiers that are able to process this claim, required to retire this claim as processed."
},
"ProcessedClaimId": [
{
"name": "ProcessedClaimId",
"valueDescription": "Records the processed claim id that retires the benefit claim.",
"templateValue": "",
"properties":[]
}
],
"Role": [
{
"name": "Role",
"valueDescription": "A group or list an account can be a member or be in.",
"templateValue": "Submitters"
}
],
"ClaimSource": [
{
"name": "ClaimSource",
"valueDescription": "Contains the values for the ClaimSource.",
"templateValue": "",
"properties":
[
{
"name": "Id",
"valueDescription": "A globally unique id - UUID, GUID, etc.",
"templateValue": ""
},
{
"name": "ClaimId",
"valueDescription": "The parent ecological claim identifier that the source is registered for.",
"templateValue": ""
},
{
"name": "ClaimSourceType",
"valueDescription": "From the standard list of source types found in common.proto",
"templateValue": ""
},
{
"name": "SourceIdentifier",
"valueDescription": "This can be a unique identifier for a device, a serial number, for an application/user can be the appId and UserId, for reference data it can be the URI for the reference source.",
"templateValue": ""
}
]
}
],
"EcologicalCheckpoint": [
{
"name": "EcologicalCheckpoint",
"valueDescription": "Contains the values for the EcologicalCheckpoint.",
"properties": [
{
"name": "Id",
"valueDescription": "A globally unique id - UUID, GUID, etc.",
"templateValue": ""
},
{
"name": "ClaimId",
"valueDescription": "A globally unique id - UUID, GUID, etc.",
"templateValue": ""
},
{
"name": "SourceId",
"valueDescription": "A globally unique id - UUID, GUID, etc.",
"templateValue": ""
},
{
"name": "EFBefore",
"valueDescription": "Environmental Factor before project activities - i.e. soil carbon measurement before.",
"templateValue": ""
},
{
"name": "EFAfter",
"valueDescription": "Environmental Factor after project activities - i.e. soil carbon measurement after.",
"templateValue": ""
}
],
"repeated": false
}
],
"VerifiedLink": [
{ "name": "VerifiedLink",
"valueDescription": "The Verified Link type to add to the project."
}
],
"DateRange": [
{
"name": "StartDate",
"valueDescription": "Returning the simple date value."
},
{
"name": "StartTimeStamp",
"valueDescription": "Returning the granular start timestamp."
},
{
"name": "EndDate",
"valueDescription": "Returning the simple date value."
},
{
"name": "EndTimeStamp",
"valueDescription": "Returning the granular start timestamp."
}
]
}