@carrot-foundation/schemas 0.1.49 → 0.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +168 -192
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +132 -130
- package/dist/index.d.ts +132 -130
- package/dist/index.js +164 -192
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/ipfs/collection/collection.schema.json +2 -2
- package/schemas/ipfs/credit/credit.schema.json +2 -2
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.example.json +6 -6
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json +6 -17
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.example.json +5 -5
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json +5 -16
- package/schemas/ipfs/gas-id/gas-id.example.json +11 -10
- package/schemas/ipfs/gas-id/gas-id.schema.json +6 -5
- package/schemas/ipfs/mass-id/mass-id.example.json +3 -3
- package/schemas/ipfs/mass-id/mass-id.schema.json +11 -42
- package/schemas/ipfs/mass-id-audit/mass-id-audit.example.json +147 -147
- package/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json +2 -2
- package/schemas/ipfs/methodology/methodology.example.json +84 -84
- package/schemas/ipfs/methodology/methodology.schema.json +2 -2
- package/schemas/ipfs/recycled-id/recycled-id.example.json +10 -9
- package/schemas/ipfs/recycled-id/recycled-id.schema.json +2 -2
- package/schemas/schema-hashes.json +4 -4
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"created_at": "2025-01-27T15:42:18.000Z",
|
|
15
15
|
"external_id": "7c8e91b2-4d3f-4823-a9c6-1e5f8b2d9a4c",
|
|
16
16
|
"external_url": "https://explore.carrot.eco/document/7c8e91b2-4d3f-4823-a9c6-1e5f8b2d9a4c",
|
|
17
|
-
"content_hash": "
|
|
17
|
+
"content_hash": "0abdb437ef603dbbeb0e3768ee837d2e9aea942603ec3a90d6ec2010d51ae2d1",
|
|
18
18
|
"data": {
|
|
19
19
|
"audit_summary": {
|
|
20
20
|
"started_at": "2025-01-27T15:42:17.000Z",
|
|
21
|
-
"completed_at": "2025-01-27T15:42:
|
|
21
|
+
"completed_at": "2025-01-27T15:42:18.000Z",
|
|
22
22
|
"result": "PASSED"
|
|
23
23
|
},
|
|
24
24
|
"methodology": {
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
},
|
|
43
43
|
"rule_execution_results": [
|
|
44
44
|
{
|
|
45
|
-
"rule_name": "Waste Mass is Unique",
|
|
46
|
-
"rule_slug": "waste-mass-is-unique",
|
|
47
45
|
"rule_id": "00000000-0000-4000-8000-000000000001",
|
|
46
|
+
"rule_slug": "waste-mass-is-unique",
|
|
47
|
+
"rule_name": "Waste Mass is Unique",
|
|
48
|
+
"rule_description": "Validates that each MassID is unique within the system to prevent duplicate entries and double counting",
|
|
49
|
+
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/waste-mass-unique.js",
|
|
48
50
|
"rule_execution_order": 1,
|
|
49
|
-
"execution_id": "
|
|
51
|
+
"execution_id": "70d3829e-9a73-4e80-811f-3723e1a5cb6a",
|
|
50
52
|
"execution_started_at": "2025-01-27T15:42:17.000Z",
|
|
51
|
-
"execution_completed_at": "2025-01-27T15:42:17.
|
|
53
|
+
"execution_completed_at": "2025-01-27T15:42:17.050Z",
|
|
52
54
|
"result": "PASSED",
|
|
53
|
-
"rule_description": "Validates that each MassID is unique within the system to prevent duplicate entries and double counting",
|
|
54
|
-
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/waste-mass-is-unique.js",
|
|
55
55
|
"rule_processor_checksum": "a1b2c3d4-e5f6-4890-1234-567890abcdef",
|
|
56
56
|
"rule_source_code_version": "v2.1.3-8f9e0a1b-c2d3-4e5f-6789-0123456789ab"
|
|
57
57
|
},
|
|
@@ -59,325 +59,325 @@
|
|
|
59
59
|
"rule_name": "No Conflicting GasID or Credit",
|
|
60
60
|
"rule_slug": "no-conflicting-gas-id-or-credit",
|
|
61
61
|
"rule_id": "00000000-0000-4000-8000-000000000002",
|
|
62
|
-
"rule_execution_order": 2,
|
|
63
|
-
"execution_id": "9953167b-c50f-4ede-84b1-d8ac88713627",
|
|
64
|
-
"execution_started_at": "2025-01-27T15:42:17.600Z",
|
|
65
|
-
"execution_completed_at": "2025-01-27T15:42:18.100Z",
|
|
66
62
|
"result": "PASSED",
|
|
63
|
+
"rule_processor_checksum": "b2c3d4e5-f6a7-8901-2345-6789abcdef01",
|
|
64
|
+
"rule_source_code_version": "v2.1.3-9f0e1a2b-d3e4-5f67-8901-23456789abcd",
|
|
67
65
|
"rule_description": "Verifies that the MassID has not been previously registered in other carbon certificates or carbon credits to prevent double issuance",
|
|
66
|
+
"rule_execution_order": 2,
|
|
68
67
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/no-conflicting-gas-id-or-credit.js",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
68
|
+
"execution_id": "f7ec4aae-51b8-426e-a851-c03497ce67b0",
|
|
69
|
+
"execution_started_at": "2025-01-27T15:42:17.100Z",
|
|
70
|
+
"execution_completed_at": "2025-01-27T15:42:17.150Z"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"rule_name": "Project Period Limit",
|
|
74
74
|
"rule_slug": "project-period-limit",
|
|
75
75
|
"rule_id": "00000000-0000-4000-8000-000000000003",
|
|
76
|
-
"rule_execution_order": 3,
|
|
77
|
-
"execution_id": "68ea715b-81d4-4086-84e3-ceb2686e89c4",
|
|
78
|
-
"execution_started_at": "2025-01-27T15:42:18.200Z",
|
|
79
|
-
"execution_completed_at": "2025-01-27T15:42:18.700Z",
|
|
80
76
|
"result": "PASSED",
|
|
77
|
+
"rule_processor_checksum": "c3d4e5f6-a7b8-9012-3456-789abcdef012",
|
|
78
|
+
"rule_source_code_version": "v2.1.3-a0f1e2a3-e4f5-6789-0123-456789abcdef",
|
|
81
79
|
"rule_description": "Confirms that the MassID processing occurred within the valid project timeframe as defined by methodology guidelines",
|
|
80
|
+
"rule_execution_order": 3,
|
|
82
81
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/project-period-limit.js",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
82
|
+
"execution_id": "34491848-c695-478d-b23c-14c9162ec57b",
|
|
83
|
+
"execution_started_at": "2025-01-27T15:42:17.200Z",
|
|
84
|
+
"execution_completed_at": "2025-01-27T15:42:17.250Z"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"rule_name": "Participant Accreditations Requirements",
|
|
88
88
|
"rule_slug": "participant-accreditations-requirements",
|
|
89
89
|
"rule_id": "00000000-0000-4000-8000-000000000004",
|
|
90
|
-
"rule_execution_order": 4,
|
|
91
|
-
"execution_id": "8d7ce827-ef8b-49dc-84c4-0e1b723989d1",
|
|
92
|
-
"execution_started_at": "2025-01-27T15:42:18.800Z",
|
|
93
|
-
"execution_completed_at": "2025-01-27T15:42:19.300Z",
|
|
94
90
|
"result": "PASSED",
|
|
91
|
+
"rule_processor_checksum": "d4e5f6a7-b8c9-0123-4567-89abcdef0123",
|
|
92
|
+
"rule_source_code_version": "v2.1.3-b1a2f3a4-f5a6-789a-0123-56789abcdef0",
|
|
95
93
|
"rule_description": "Checks if all participating entities (waste generator, hauler, recycler) have valid certifications and environmental permits",
|
|
94
|
+
"rule_execution_order": 4,
|
|
96
95
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/participant-accreditations-requirements.js",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
96
|
+
"execution_id": "cd405f72-adc6-431f-bff0-7babc7811a51",
|
|
97
|
+
"execution_started_at": "2025-01-27T15:42:17.300Z",
|
|
98
|
+
"execution_completed_at": "2025-01-27T15:42:17.350Z"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"rule_name": "MassID Qualifications",
|
|
102
102
|
"rule_slug": "mass-id-qualifications",
|
|
103
103
|
"rule_id": "00000000-0000-4000-8000-000000000005",
|
|
104
|
-
"rule_execution_order": 5,
|
|
105
|
-
"execution_id": "eb2a76a5-6f5a-433a-8b35-7267ded34b96",
|
|
106
|
-
"execution_started_at": "2025-01-27T15:42:19.400Z",
|
|
107
|
-
"execution_completed_at": "2025-01-27T15:42:19.900Z",
|
|
108
104
|
"result": "PASSED",
|
|
105
|
+
"rule_processor_checksum": "e5f6a7b8-c9d0-1234-5678-9abcdef01234",
|
|
106
|
+
"rule_source_code_version": "v2.1.3-c2b3a4a5-a6b7-89ab-0123-6789abcdef01",
|
|
109
107
|
"rule_description": "Validates the proper categorization, composition analysis, and definition of the organic waste mass according to methodology standards",
|
|
108
|
+
"rule_execution_order": 5,
|
|
110
109
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/mass-id-qualifications.js",
|
|
111
|
-
"
|
|
112
|
-
"
|
|
110
|
+
"execution_id": "7dbff863-b01d-44f8-8b21-05085369d67c",
|
|
111
|
+
"execution_started_at": "2025-01-27T15:42:17.400Z",
|
|
112
|
+
"execution_completed_at": "2025-01-27T15:42:17.450Z"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"rule_name": "Regional Waste Classification",
|
|
116
116
|
"rule_slug": "regional-waste-classification",
|
|
117
117
|
"rule_id": "00000000-0000-4000-8000-000000000006",
|
|
118
|
-
"rule_execution_order": 6,
|
|
119
|
-
"execution_id": "ea8ab66a-8e64-4b47-82a5-b859dc3212c2",
|
|
120
|
-
"execution_started_at": "2025-01-27T15:42:20.000Z",
|
|
121
|
-
"execution_completed_at": "2025-01-27T15:42:20.500Z",
|
|
122
118
|
"result": "PASSED",
|
|
119
|
+
"rule_processor_checksum": "f6a7b8c9-d0e1-2345-6789-abcdef012345",
|
|
120
|
+
"rule_source_code_version": "v2.1.3-d3c4b5a6-b7c8-9abc-0123-789abcdef012",
|
|
123
121
|
"rule_description": "Ensures the waste is properly classified according to Brazilian ABNT NBR 10004 standards and local municipal regulations",
|
|
122
|
+
"rule_execution_order": 6,
|
|
124
123
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/regional-waste-classification.js",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
124
|
+
"execution_id": "131e1ad0-f051-4c80-a3c1-0c5af94167be",
|
|
125
|
+
"execution_started_at": "2025-01-27T15:42:17.500Z",
|
|
126
|
+
"execution_completed_at": "2025-01-27T15:42:17.550Z"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"rule_name": "Geolocation and Address Precision",
|
|
130
130
|
"rule_slug": "geolocation-and-address-precision",
|
|
131
131
|
"rule_id": "00000000-0000-4000-8000-000000000007",
|
|
132
|
-
"rule_execution_order": 7,
|
|
133
|
-
"execution_id": "37054642-8d1f-4b42-8419-44a7616e4636",
|
|
134
|
-
"execution_started_at": "2025-01-27T15:42:20.600Z",
|
|
135
|
-
"execution_completed_at": "2025-01-27T15:42:21.100Z",
|
|
136
132
|
"result": "PASSED",
|
|
133
|
+
"rule_processor_checksum": "a7b8c9d0-e1f2-3456-789a-bcdef0123456",
|
|
134
|
+
"rule_source_code_version": "v2.1.3-e4d5c6a7-c8d9-abcd-0123-89abcdef0123",
|
|
137
135
|
"rule_description": "Verifies the accuracy of geographical coordinates for waste collection and processing locations within 10-meter precision",
|
|
136
|
+
"rule_execution_order": 7,
|
|
138
137
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/geolocation-and-address-precision.js",
|
|
139
|
-
"
|
|
140
|
-
"
|
|
138
|
+
"execution_id": "3444712d-1aba-4e83-be7b-953e107384be",
|
|
139
|
+
"execution_started_at": "2025-01-27T15:42:17.600Z",
|
|
140
|
+
"execution_completed_at": "2025-01-27T15:42:17.650Z"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"rule_name": "Waste Origin Identification",
|
|
144
144
|
"rule_slug": "waste-origin-identification",
|
|
145
145
|
"rule_id": "00000000-0000-4000-8000-000000000008",
|
|
146
|
-
"rule_execution_order": 8,
|
|
147
|
-
"execution_id": "41958966-c014-470f-8dba-f64aedbb51ec",
|
|
148
|
-
"execution_started_at": "2025-01-27T15:42:21.200Z",
|
|
149
|
-
"execution_completed_at": "2025-01-27T15:42:21.700Z",
|
|
150
146
|
"result": "PASSED",
|
|
147
|
+
"rule_processor_checksum": "b8c9d0e1-f2a3-4567-89ab-cdef01234567",
|
|
148
|
+
"rule_source_code_version": "v2.1.3-f5e6d7a8-d9e0-bcde-0123-9abcdef01234",
|
|
151
149
|
"rule_description": "Validates the documented source and origin point of the organic waste with complete chain of custody documentation",
|
|
150
|
+
"rule_execution_order": 8,
|
|
152
151
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/waste-origin-identification.js",
|
|
153
|
-
"
|
|
154
|
-
"
|
|
152
|
+
"execution_id": "56d1e0bb-536b-4aa9-902b-6733cb9a6311",
|
|
153
|
+
"execution_started_at": "2025-01-27T15:42:17.700Z",
|
|
154
|
+
"execution_completed_at": "2025-01-27T15:42:17.750Z"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"rule_name": "Hauler Identification",
|
|
158
158
|
"rule_slug": "hauler-identification",
|
|
159
159
|
"rule_id": "00000000-0000-4000-8000-000000000009",
|
|
160
|
-
"rule_execution_order": 9,
|
|
161
|
-
"execution_id": "2c24c8c7-3645-4711-8c6a-acb72229249e",
|
|
162
|
-
"execution_started_at": "2025-01-27T15:42:21.800Z",
|
|
163
|
-
"execution_completed_at": "2025-01-27T15:42:22.300Z",
|
|
164
160
|
"result": "PASSED",
|
|
161
|
+
"rule_processor_checksum": "c9d0e1f2-a3b4-5678-9abc-def012345678",
|
|
162
|
+
"rule_source_code_version": "v2.1.3-a6f7e8a9-e0f1-cdef-0123-abcdef012345",
|
|
165
163
|
"rule_description": "Confirms the identity, ANTT registration, and environmental credentials of the waste transportation company",
|
|
164
|
+
"rule_execution_order": 9,
|
|
166
165
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/hauler-identification.js",
|
|
167
|
-
"
|
|
168
|
-
"
|
|
166
|
+
"execution_id": "39d3ebcf-5627-40a6-bd53-0bd9b262e2d8",
|
|
167
|
+
"execution_started_at": "2025-01-27T15:42:17.800Z",
|
|
168
|
+
"execution_completed_at": "2025-01-27T15:42:17.850Z"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"rule_name": "Vehicle Identification",
|
|
172
172
|
"rule_slug": "vehicle-identification",
|
|
173
173
|
"rule_id": "00000000-0000-4000-8000-000000000010",
|
|
174
|
-
"rule_execution_order": 10,
|
|
175
|
-
"execution_id": "7508ff51-5bcc-4d08-8983-1f70bb6d63ab",
|
|
176
|
-
"execution_started_at": "2025-01-27T15:42:22.400Z",
|
|
177
|
-
"execution_completed_at": "2025-01-27T15:42:22.900Z",
|
|
178
174
|
"result": "PASSED",
|
|
175
|
+
"rule_processor_checksum": "d0e1f2a3-b4c5-6789-abcd-ef0123456789",
|
|
176
|
+
"rule_source_code_version": "v2.1.3-b7a8f9aa-f1a2-def0-0123-bcdef0123456",
|
|
179
177
|
"rule_description": "Verifies the registration, inspection certificates, and environmental compliance of vehicles used in waste transportation",
|
|
178
|
+
"rule_execution_order": 10,
|
|
180
179
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/vehicle-identification.js",
|
|
181
|
-
"
|
|
182
|
-
"
|
|
180
|
+
"execution_id": "61bbae0c-2c70-4c01-b755-0f94655e1691",
|
|
181
|
+
"execution_started_at": "2025-01-27T15:42:17.900Z",
|
|
182
|
+
"execution_completed_at": "2025-01-27T15:42:17.950Z"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"rule_name": "Driver Identification",
|
|
186
186
|
"rule_slug": "driver-identification",
|
|
187
187
|
"rule_id": "00000000-0000-4000-8000-000000000011",
|
|
188
|
-
"rule_execution_order": 11,
|
|
189
|
-
"execution_id": "f5180c86-4bec-4eae-8aea-87fc2f1c07e2",
|
|
190
|
-
"execution_started_at": "2025-01-27T15:42:23.000Z",
|
|
191
|
-
"execution_completed_at": "2025-01-27T15:42:23.500Z",
|
|
192
188
|
"result": "PASSED",
|
|
189
|
+
"rule_processor_checksum": "e1f2a3b4-c5d6-789a-bcde-f01234567890",
|
|
190
|
+
"rule_source_code_version": "v2.1.3-c8b9a0ab-a2b3-ef01-0123-cdef01234567",
|
|
193
191
|
"rule_description": "Validates the identity, CNH (driver's license), and proper licensing of the waste transport driver",
|
|
192
|
+
"rule_execution_order": 11,
|
|
194
193
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/driver-identification.js",
|
|
195
|
-
"
|
|
196
|
-
"
|
|
194
|
+
"execution_id": "904430a1-7562-4e5f-aa68-d5f014a8d393",
|
|
195
|
+
"execution_started_at": "2025-01-27T15:42:18.000Z",
|
|
196
|
+
"execution_completed_at": "2025-01-27T15:42:18.050Z"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"rule_name": "Transport Manifest Data",
|
|
200
200
|
"rule_slug": "transport-manifest-data",
|
|
201
201
|
"rule_id": "00000000-0000-4000-8000-000000000012",
|
|
202
|
-
"rule_execution_order": 12,
|
|
203
|
-
"execution_id": "424d747f-cedb-4cc0-85f6-75e66a57b1dd",
|
|
204
|
-
"execution_started_at": "2025-01-27T15:42:23.600Z",
|
|
205
|
-
"execution_completed_at": "2025-01-27T15:42:24.100Z",
|
|
206
202
|
"result": "PASSED",
|
|
203
|
+
"rule_processor_checksum": "f2a3b4c5-d6e7-89ab-cdef-012345678901",
|
|
204
|
+
"rule_source_code_version": "v2.1.3-d9c0b1bc-b3c4-f012-0123-def012345678",
|
|
207
205
|
"rule_description": "Checks the completeness and accuracy of MTR (Waste Transport Manifest) documentation and digital signatures",
|
|
206
|
+
"rule_execution_order": 12,
|
|
208
207
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/transport-manifest-data.js",
|
|
209
|
-
"
|
|
210
|
-
"
|
|
208
|
+
"execution_id": "0fa0bc34-43c6-4b60-95ae-dd5d46e921bb",
|
|
209
|
+
"execution_started_at": "2025-01-27T15:42:18.100Z",
|
|
210
|
+
"execution_completed_at": "2025-01-27T15:42:18.150Z"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"rule_name": "Processor Identification",
|
|
214
214
|
"rule_slug": "processor-identification",
|
|
215
215
|
"rule_id": "00000000-0000-4000-8000-000000000013",
|
|
216
|
-
"rule_execution_order": 13,
|
|
217
|
-
"execution_id": "d90273d7-e2a8-49f6-82cd-5f520090a9e5",
|
|
218
|
-
"execution_started_at": "2025-01-27T15:42:24.200Z",
|
|
219
|
-
"execution_completed_at": "2025-01-27T15:42:24.700Z",
|
|
220
216
|
"result": "PASSED",
|
|
217
|
+
"rule_processor_checksum": "a3b4c5d6-e7f8-9abc-def0-123456789012",
|
|
218
|
+
"rule_source_code_version": "v2.1.3-e0d1c2cd-c4d5-0123-0123-ef0123456789",
|
|
221
219
|
"rule_description": "Validates the identity, environmental licensing, and ISO 14001 certification of the waste processing facility",
|
|
220
|
+
"rule_execution_order": 13,
|
|
222
221
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/processor-identification.js",
|
|
223
|
-
"
|
|
224
|
-
"
|
|
222
|
+
"execution_id": "2ef2f178-1933-4c54-a8fe-2cf2ac4dba90",
|
|
223
|
+
"execution_started_at": "2025-01-27T15:42:18.200Z",
|
|
224
|
+
"execution_completed_at": "2025-01-27T15:42:18.250Z"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"rule_name": "Recycler Identification",
|
|
228
228
|
"rule_slug": "recycler-identification",
|
|
229
229
|
"rule_id": "00000000-0000-4000-8000-000000000014",
|
|
230
|
-
"rule_execution_order": 14,
|
|
231
|
-
"execution_id": "c1780062-bae4-45ac-8cf9-e7c832dde5bb",
|
|
232
|
-
"execution_started_at": "2025-01-27T15:42:24.800Z",
|
|
233
|
-
"execution_completed_at": "2025-01-27T15:42:25.300Z",
|
|
234
230
|
"result": "PASSED",
|
|
231
|
+
"rule_processor_checksum": "b4c5d6e7-f8a9-abcd-ef01-23456789013a",
|
|
232
|
+
"rule_source_code_version": "v2.1.3-f1e2d3de-d5e6-1234-0123-f012345678901",
|
|
235
233
|
"rule_description": "Confirms the identity, CETESB licensing, and operational credentials of the composting facility operator",
|
|
234
|
+
"rule_execution_order": 14,
|
|
236
235
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/recycler-identification.js",
|
|
237
|
-
"
|
|
238
|
-
"
|
|
236
|
+
"execution_id": "7759d090-39e6-4df4-9bd1-d0aed400c58d",
|
|
237
|
+
"execution_started_at": "2025-01-27T15:42:18.300Z",
|
|
238
|
+
"execution_completed_at": "2025-01-27T15:42:18.350Z"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"rule_name": "Weighing Verification",
|
|
242
242
|
"rule_slug": "weighing-verification",
|
|
243
243
|
"rule_id": "00000000-0000-4000-8000-000000000015",
|
|
244
|
-
"rule_execution_order": 15,
|
|
245
|
-
"execution_id": "e67ffaef-5c7a-4d09-8c6d-05b1a290bbb1",
|
|
246
|
-
"execution_started_at": "2025-01-27T15:42:25.400Z",
|
|
247
|
-
"execution_completed_at": "2025-01-27T15:42:25.900Z",
|
|
248
244
|
"result": "PASSED",
|
|
245
|
+
"rule_processor_checksum": "c5d6e7f8-a9b0-bcde-f012-345678901234",
|
|
246
|
+
"rule_source_code_version": "v2.1.3-a2f3e4ef-e6f7-2345-0123-01234567890a",
|
|
249
247
|
"rule_description": "Verifies the accurate measurement using INMETRO-certified scales and recording of waste MassID quantities with traceability",
|
|
248
|
+
"rule_execution_order": 15,
|
|
250
249
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/weighing-verification.js",
|
|
251
|
-
"
|
|
252
|
-
"
|
|
250
|
+
"execution_id": "124dfc17-934a-4370-9a2c-b7379e8be1af",
|
|
251
|
+
"execution_started_at": "2025-01-27T15:42:18.400Z",
|
|
252
|
+
"execution_completed_at": "2025-01-27T15:42:18.450Z"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"rule_name": "Drop-off at Recycler",
|
|
256
256
|
"rule_slug": "drop-off-at-recycler",
|
|
257
257
|
"rule_id": "00000000-0000-4000-8000-000000000016",
|
|
258
|
-
"rule_execution_order": 16,
|
|
259
|
-
"execution_id": "fc45546d-21e3-4197-8bb4-65744dd70980",
|
|
260
|
-
"execution_started_at": "2025-01-27T15:42:26.000Z",
|
|
261
|
-
"execution_completed_at": "2025-01-27T15:42:26.500Z",
|
|
262
258
|
"result": "PASSED",
|
|
259
|
+
"rule_processor_checksum": "d6e7f8a9-b0c1-cdef-0123-456789012345",
|
|
260
|
+
"rule_source_code_version": "v2.1.3-b3a4f5fa-f7a8-3456-0123-123456789012",
|
|
263
261
|
"rule_description": "Validates the proper reception, inspection, and documentation of waste material at the composting facility with photographic evidence",
|
|
262
|
+
"rule_execution_order": 16,
|
|
264
263
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/drop-off-at-recycler.js",
|
|
265
|
-
"
|
|
266
|
-
"
|
|
264
|
+
"execution_id": "6a35829e-ad67-4edc-b924-875c5cea68c3",
|
|
265
|
+
"execution_started_at": "2025-01-27T15:42:18.500Z",
|
|
266
|
+
"execution_completed_at": "2025-01-27T15:42:18.550Z"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"rule_name": "MassID Sorting and Classification",
|
|
270
270
|
"rule_slug": "mass-id-sorting-classification",
|
|
271
271
|
"rule_id": "00000000-0000-4000-8000-000000000017",
|
|
272
|
-
"rule_execution_order": 17,
|
|
273
|
-
"execution_id": "4dc68f6f-7b64-4d33-8c8f-c1a936dcf0b5",
|
|
274
|
-
"execution_started_at": "2025-01-27T15:42:26.600Z",
|
|
275
|
-
"execution_completed_at": "2025-01-27T15:42:27.100Z",
|
|
276
272
|
"result": "PASSED",
|
|
273
|
+
"rule_processor_checksum": "e7f8a9b0-c1d2-def0-1234-567890123456",
|
|
274
|
+
"rule_source_code_version": "v2.1.3-c4b5a6ab-a8b9-4567-0123-234567890123",
|
|
277
275
|
"rule_description": "Confirms the proper segregation, contamination analysis, and classification of organic waste materials according to composting requirements",
|
|
276
|
+
"rule_execution_order": 17,
|
|
278
277
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/mass-id-sorting-classification.js",
|
|
279
|
-
"
|
|
280
|
-
"
|
|
278
|
+
"execution_id": "dcacfcd5-fddd-4b5e-983a-a2efe7e28fbe",
|
|
279
|
+
"execution_started_at": "2025-01-27T15:42:18.600Z",
|
|
280
|
+
"execution_completed_at": "2025-01-27T15:42:18.650Z"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"rule_name": "Composting Process Initiation",
|
|
284
284
|
"rule_slug": "composting-process-initiation",
|
|
285
285
|
"rule_id": "00000000-0000-4000-8000-000000000018",
|
|
286
|
-
"rule_execution_order": 18,
|
|
287
|
-
"execution_id": "9e7046ed-a856-4026-8765-5bf596849589",
|
|
288
|
-
"execution_started_at": "2025-01-27T15:42:27.200Z",
|
|
289
|
-
"execution_completed_at": "2025-01-27T15:42:27.700Z",
|
|
290
286
|
"result": "PASSED",
|
|
287
|
+
"rule_processor_checksum": "f8a9b0c1-d2e3-ef01-2345-678901234567",
|
|
288
|
+
"rule_source_code_version": "v2.1.3-d5c6b7bc-b9c0-5678-0123-345678901234",
|
|
291
289
|
"rule_description": "Validates the proper start of aerobic composting process with correct carbon-nitrogen ratio and moisture content monitoring",
|
|
290
|
+
"rule_execution_order": 18,
|
|
292
291
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/composting-process-initiation.js",
|
|
293
|
-
"
|
|
294
|
-
"
|
|
292
|
+
"execution_id": "ff25779c-1a6b-43cf-838a-973891274e06",
|
|
293
|
+
"execution_started_at": "2025-01-27T15:42:18.700Z",
|
|
294
|
+
"execution_completed_at": "2025-01-27T15:42:18.750Z"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"rule_name": "Temperature Monitoring Compliance",
|
|
298
298
|
"rule_slug": "temperature-monitoring-compliance",
|
|
299
299
|
"rule_id": "00000000-0000-4000-8000-000000000019",
|
|
300
|
-
"rule_execution_order": 19,
|
|
301
|
-
"execution_id": "e654b8a0-a1c4-49cf-8d46-b65992ccd20a",
|
|
302
|
-
"execution_started_at": "2025-01-27T15:42:27.800Z",
|
|
303
|
-
"execution_completed_at": "2025-01-27T15:42:28.300Z",
|
|
304
300
|
"result": "PASSED",
|
|
301
|
+
"rule_processor_checksum": "a9b0c1d2-e3f4-f012-3456-789012345678",
|
|
302
|
+
"rule_source_code_version": "v2.1.3-e6d7c8cd-c0d1-6789-0123-456789012345",
|
|
305
303
|
"rule_description": "Ensures continuous temperature monitoring during thermophilic phase (55-65°C) for pathogen elimination and process optimization",
|
|
304
|
+
"rule_execution_order": 19,
|
|
306
305
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/temperature-monitoring-compliance.js",
|
|
307
|
-
"
|
|
308
|
-
"
|
|
306
|
+
"execution_id": "cfcf2ba2-1f3e-430e-9c18-2c66d2a3071b",
|
|
307
|
+
"execution_started_at": "2025-01-27T15:42:18.800Z",
|
|
308
|
+
"execution_completed_at": "2025-01-27T15:42:18.850Z"
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
311
|
"rule_name": "Composting Cycle Timeframe",
|
|
312
312
|
"rule_slug": "composting-cycle-timeframe",
|
|
313
313
|
"rule_id": "00000000-0000-4000-8000-000000000020",
|
|
314
|
-
"rule_execution_order": 20,
|
|
315
|
-
"execution_id": "8cc86053-007a-4abf-8b13-ca251b15eae0",
|
|
316
|
-
"execution_started_at": "2025-01-27T15:42:28.400Z",
|
|
317
|
-
"execution_completed_at": "2025-01-27T15:42:28.900Z",
|
|
318
314
|
"result": "PASSED",
|
|
315
|
+
"rule_processor_checksum": "b0c1d2e3-f4a5-0123-4567-89012345678a",
|
|
316
|
+
"rule_source_code_version": "v2.1.3-f7e8d9de-d1e2-789a-0123-56789012345b",
|
|
319
317
|
"rule_description": "Validates that the complete composting process follows required 90-120 day duration with proper turning schedule and maturation",
|
|
318
|
+
"rule_execution_order": 20,
|
|
320
319
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/composting-cycle-timeframe.js",
|
|
321
|
-
"
|
|
322
|
-
"
|
|
320
|
+
"execution_id": "92564743-0ceb-4cc1-bdd3-47418e47f03a",
|
|
321
|
+
"execution_started_at": "2025-01-27T15:42:18.900Z",
|
|
322
|
+
"execution_completed_at": "2025-01-27T15:42:18.950Z"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"rule_name": "Compost Quality Assessment",
|
|
326
326
|
"rule_slug": "compost-quality-assessment",
|
|
327
327
|
"rule_id": "00000000-0000-4000-8000-000000000021",
|
|
328
|
-
"rule_execution_order": 21,
|
|
329
|
-
"execution_id": "0688d26f-8b07-4f8e-8ea7-d9b3026276d1",
|
|
330
|
-
"execution_started_at": "2025-01-27T15:42:29.000Z",
|
|
331
|
-
"execution_completed_at": "2025-01-27T15:42:29.500Z",
|
|
332
328
|
"result": "PASSED",
|
|
329
|
+
"rule_processor_checksum": "c1d2e3f4-a5b6-1234-5678-9012345678bc",
|
|
330
|
+
"rule_source_code_version": "v2.1.3-a8f9e0ef-e2f3-89ab-0123-6789012345cd",
|
|
333
331
|
"rule_description": "Verifies the final compost meets quality standards including pH, conductivity, germination index, and pathogen absence",
|
|
332
|
+
"rule_execution_order": 21,
|
|
334
333
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/compost-quality-assessment.js",
|
|
335
|
-
"
|
|
336
|
-
"
|
|
334
|
+
"execution_id": "715d45e5-957c-4707-8389-2e986f286a92",
|
|
335
|
+
"execution_started_at": "2025-01-27T15:42:19.000Z",
|
|
336
|
+
"execution_completed_at": "2025-01-27T15:42:19.050Z"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"rule_name": "Recycling Manifest Data",
|
|
340
340
|
"rule_slug": "recycling-manifest-data",
|
|
341
341
|
"rule_id": "00000000-0000-4000-8000-000000000022",
|
|
342
|
-
"rule_execution_order": 22,
|
|
343
|
-
"execution_id": "8b5a95b1-0fb5-4fa5-8c46-17d03a2d4a7a",
|
|
344
|
-
"execution_started_at": "2025-01-27T15:42:29.600Z",
|
|
345
|
-
"execution_completed_at": "2025-01-27T15:42:30.100Z",
|
|
346
342
|
"result": "PASSED",
|
|
343
|
+
"rule_processor_checksum": "d2e3f4a5-b6c7-2345-6789-012345678cde",
|
|
344
|
+
"rule_source_code_version": "v2.1.3-b9a0f1fa-f3a4-9abc-0123-789012345def",
|
|
347
345
|
"rule_description": "Verifies the completion, accuracy, and digital signatures of final recycling documentation including compost analysis and outcomes",
|
|
346
|
+
"rule_execution_order": 22,
|
|
348
347
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/recycling-manifest-data.js",
|
|
349
|
-
"
|
|
350
|
-
"
|
|
348
|
+
"execution_id": "d6d52d9a-c68f-427b-a44d-1f232c641a86",
|
|
349
|
+
"execution_started_at": "2025-01-27T15:42:19.100Z",
|
|
350
|
+
"execution_completed_at": "2025-01-27T15:42:19.150Z"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"rule_name": "Project Boundary Compliance",
|
|
354
354
|
"rule_slug": "project-boundary-compliance",
|
|
355
355
|
"rule_id": "00000000-0000-4000-8000-000000000023",
|
|
356
|
-
"rule_execution_order": 23,
|
|
357
|
-
"execution_id": "25eab3c9-5cd7-4eee-8df7-1b364ebc4ac9",
|
|
358
|
-
"execution_started_at": "2025-01-27T15:42:30.200Z",
|
|
359
|
-
"execution_completed_at": "2025-01-27T15:42:30.700Z",
|
|
360
356
|
"result": "PASSED",
|
|
357
|
+
"rule_processor_checksum": "e3f4a5b6-c7d8-3456-789a-012345678def",
|
|
358
|
+
"rule_source_code_version": "v2.1.3-c0b1a2ab-a4b5-abcd-0123-89012345ef01",
|
|
361
359
|
"rule_description": "Validate that the MassID processing activities are within the approved project geographical and operational boundaries",
|
|
360
|
+
"rule_execution_order": 23,
|
|
362
361
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/project-boundary-compliance.js",
|
|
363
|
-
"
|
|
364
|
-
"
|
|
362
|
+
"execution_id": "70c19667-1b58-446c-823b-c2ad517deb5e",
|
|
363
|
+
"execution_started_at": "2025-01-27T15:42:19.200Z",
|
|
364
|
+
"execution_completed_at": "2025-01-27T15:42:19.250Z"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"rule_name": "CO₂e Emissions Calculation",
|
|
368
368
|
"rule_slug": "co2e-emissions-calculation",
|
|
369
369
|
"rule_id": "00000000-0000-4000-8000-000000000024",
|
|
370
|
-
"rule_execution_order": 24,
|
|
371
|
-
"execution_id": "e9588454-0676-4709-8d08-4296ab730354",
|
|
372
|
-
"execution_started_at": "2025-01-27T15:42:30.800Z",
|
|
373
|
-
"execution_completed_at": "2025-01-27T15:42:31.300Z",
|
|
374
370
|
"result": "PASSED",
|
|
371
|
+
"rule_processor_checksum": "f4a5b6c7-d8e9-4567-89ab-012345678ef0",
|
|
372
|
+
"rule_source_code_version": "v2.1.3-d1c2b3bc-b5c6-bcde-0123-9012345f0123",
|
|
375
373
|
"rule_description": "Calculate the prevented CO₂e emissions based on methane emission factors and the processed organic waste mass using IPCC 2019 guidelines",
|
|
374
|
+
"rule_execution_order": 24,
|
|
376
375
|
"rule_source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/co2e-emissions-calculation.js",
|
|
377
|
-
"
|
|
378
|
-
"
|
|
376
|
+
"execution_id": "e16b79ea-cb05-4465-9ce0-f5601b15f2a7",
|
|
377
|
+
"execution_started_at": "2025-01-27T15:42:19.300Z",
|
|
378
|
+
"execution_completed_at": "2025-01-27T15:42:19.350Z"
|
|
379
379
|
}
|
|
380
380
|
]
|
|
381
381
|
},
|
|
382
|
-
"original_content_hash": "
|
|
382
|
+
"original_content_hash": "0abdb437ef603dbbeb0e3768ee837d2e9aea942603ec3a90d6ec2010d51ae2d1"
|
|
383
383
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"title": "MassID Audit IPFS Record",
|
|
4
4
|
"description": "MassID audit metadata stored in IPFS, extending the base schema with audit results and references",
|
|
5
|
-
"$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.
|
|
6
|
-
"version": "0.1.
|
|
5
|
+
"$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.50/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
|
|
6
|
+
"version": "0.1.50",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|