-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEcological Claim
More file actions
171 lines (171 loc) · 5.82 KB
/
Ecological Claim
File metadata and controls
171 lines (171 loc) · 5.82 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"ProcessedClaimId": [
{
"name": "ProcessedClaimId",
"valueDescription": "Records the processed claim id that retires the benefit claim.",
"templateValue": "",
"properties":[]
}
],
"properties": [
{
"name": "Role",
"valueDescription": "A group or list an account can be a member or be in.",
"templateValue": "Submitters",
"propertyInvocations": [
{
"name": "RoleName",
"valueDescription": "Value is always set to 'Submitters'"
},
{
"name": "AccountAddress",
"valueDescription": "Address, name or identifier of the account to be added to the 'Submitters' role."
}
]
}
],
"ClaimSource": [
{
"name": "ClaimSource",
"valueDescription": "Contains the values for the checkpoint.",
"templateValue": "",
"inputParameters": [
{
"name": "ClaimSource",
"valueDescription": "Set the ClaimSource values - see control file ecological-project-info.proto."
}
],
"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 checkpoint.",
"templateValue": "",
"inputParameters": [
{
"name": "EcologicalCheckpoint",
"valueDescription": "Add the EcologicalCheckpoint value to a repeated list - see control file ecological-project-info.proto."
}
],
"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": ""
}
]
}
],
"VerifiedLink": [
{
"name": "VerifiedLink",
"valueDescription": "Contains a Verified Link to the project's data.",
"templateValue": "",
"inputParameters": [
{
"name": "VerifiedLink",
"valueDescription": "The Verified Link type to add to the project."
}
]
}
],
"DateRange": [
{
"name": "DateRange",
"valueDescription": "Contains the date range.",
"templateValue": "",
"inputParameters": [
{
"name": "StartDate",
"valueDescription": "Set the simple date value."
},
{
"name": "StartTimeStamp",
"valueDescription": "Set the granular start timestamp."
},
{
"name": "EndDate",
"valueDescription": "Set the simple date value."
},
{
"name": "EndTimeStamp",
"valueDescription": "Set the granular start timestamp."
}
]
}
],
"CoBenefits": [
{
"name": "CoBenefits",
"valueDescription": "Contains the values for the claim.",
"templateValue": "",
"inputParameters": [
{
"name": "CoBenefit",
"valueDescription": "Add a CoBenefit value - see control file co-benefit.proto."
}
],
"properties": [
{
"name": "BenefitCategory",
"valueDescription": "A selection from a list of categories, ex. see the co-benefit.proto enumeration of BenefitCategories.",
"templateValue": ""
},
{
"name": "Description",
"valueDescription": "A description of the co-benefit that is not captured via the category.",
"templateValue": ""
},
{
"name": "RatingScore",
"valueDescription": "A placeholder for some kind of rating or scoring of the relative co-benefit.",
"templateValue": ""
}
]
}
]
}