@carrot-foundation/schemas 0.1.49 → 0.1.51
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 +213 -229
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +176 -168
- package/dist/index.d.ts +176 -168
- package/dist/index.js +208 -228
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/ipfs/collection/collection.example.json +5 -5
- package/schemas/ipfs/collection/collection.schema.json +2 -2
- package/schemas/ipfs/credit/credit.example.json +5 -5
- package/schemas/ipfs/credit/credit.schema.json +2 -2
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.example.json +8 -8
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json +6 -17
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.example.json +7 -7
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json +5 -16
- package/schemas/ipfs/gas-id/gas-id.example.json +17 -15
- package/schemas/ipfs/gas-id/gas-id.schema.json +29 -17
- package/schemas/ipfs/mass-id/mass-id.example.json +13 -13
- package/schemas/ipfs/mass-id/mass-id.schema.json +31 -62
- package/schemas/ipfs/mass-id-audit/mass-id-audit.example.json +150 -150
- package/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json +2 -2
- package/schemas/ipfs/methodology/methodology.example.json +89 -89
- package/schemas/ipfs/methodology/methodology.schema.json +2 -2
- package/schemas/ipfs/recycled-id/recycled-id.example.json +17 -15
- package/schemas/ipfs/recycled-id/recycled-id.schema.json +24 -13
- package/schemas/schema-hashes.json +10 -10
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.50/schemas/ipfs/methodology/methodology.schema.json",
|
|
3
3
|
"schema": {
|
|
4
|
-
"hash": "
|
|
4
|
+
"hash": "835ee7b8164987eed192469416e40e5aff42365ed027258e9ec8830fb5b0e9dc",
|
|
5
5
|
"type": "Methodology",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.50",
|
|
7
7
|
"ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm/methodology.schema.json"
|
|
8
8
|
},
|
|
9
9
|
"environment": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"created_at": "2025-03-12T10:00:00.000Z",
|
|
15
15
|
"external_id": "3f8c2443-df76-4ce9-9d94-6c813d4c9ef7",
|
|
16
16
|
"external_url": "https://explore.carrot.eco/document/bold-carbon-ch4",
|
|
17
|
-
"content_hash": "
|
|
17
|
+
"content_hash": "882a11c440651b1db4fa45423676bcab1b273c0e6277c76abd8904d052765849",
|
|
18
18
|
"data": {
|
|
19
19
|
"name": "AMS-III.F. | BOLD Carbon (CH₄) - SSC",
|
|
20
20
|
"short_name": "BOLD Carbon (CH₄)",
|
|
@@ -26,174 +26,174 @@
|
|
|
26
26
|
"methodology_pdf": "ipfs://bafybeihdwdcefgh4dqkjv67uzcmw7ojee6xedzdetojuzjevtenxquvyku/bold-carbon-ch4-v1.3.0.pdf",
|
|
27
27
|
"mass_id_audit_rules": [
|
|
28
28
|
{
|
|
29
|
-
"id": "00000000-0000-4000-8000-000000000001",
|
|
30
|
-
"slug": "waste-mass-unique",
|
|
31
|
-
"name": "Waste Mass is Unique",
|
|
32
29
|
"description": "Validates that each MassID is unique within the system to prevent duplicate entries",
|
|
33
30
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/waste-mass-unique.js",
|
|
34
|
-
"execution_order": 1
|
|
31
|
+
"execution_order": 1,
|
|
32
|
+
"id": "00000000-0000-4000-8000-000000000001",
|
|
33
|
+
"slug": "waste-mass-unique",
|
|
34
|
+
"name": "Waste Mass is Unique"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"id": "00000000-0000-4000-8000-000000000002",
|
|
38
|
-
"slug": "no-conflicts",
|
|
39
|
-
"name": "No Conflicting GasID or Credit",
|
|
40
37
|
"description": "Verifies that the MassID has not been previously registered in other carbon certificates or carbon credits",
|
|
41
38
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/no-conflicts.js",
|
|
42
|
-
"execution_order": 2
|
|
39
|
+
"execution_order": 2,
|
|
40
|
+
"id": "00000000-0000-4000-8000-000000000002",
|
|
41
|
+
"slug": "no-conflicts",
|
|
42
|
+
"name": "No Conflicting GasID or Credit"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"id": "00000000-0000-4000-8000-000000000003",
|
|
46
|
-
"slug": "project-period",
|
|
47
|
-
"name": "Project Period Limit",
|
|
48
45
|
"description": "Confirms that the MassID processing occurred within the valid project timeframe",
|
|
49
46
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/project-period.js",
|
|
50
|
-
"execution_order": 3
|
|
47
|
+
"execution_order": 3,
|
|
48
|
+
"id": "00000000-0000-4000-8000-000000000003",
|
|
49
|
+
"slug": "project-period",
|
|
50
|
+
"name": "Project Period Limit"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"id": "00000000-0000-4000-8000-000000000004",
|
|
54
|
-
"slug": "accreditations",
|
|
55
|
-
"name": "Participant Accreditations Requirements",
|
|
56
53
|
"description": "Checks if all participating entities have valid certifications and permissions",
|
|
57
54
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/accreditations.js",
|
|
58
|
-
"execution_order": 4
|
|
55
|
+
"execution_order": 4,
|
|
56
|
+
"id": "00000000-0000-4000-8000-000000000004",
|
|
57
|
+
"slug": "accreditations",
|
|
58
|
+
"name": "Participant Accreditations Requirements"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"id": "00000000-0000-4000-8000-000000000005",
|
|
62
|
-
"slug": "mass-id-qualifications",
|
|
63
|
-
"name": "MassID Qualifications",
|
|
64
61
|
"description": "Validates the proper categorization and definition of the organic waste mass",
|
|
65
62
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/mass-id-qualifications.js",
|
|
66
|
-
"execution_order": 5
|
|
63
|
+
"execution_order": 5,
|
|
64
|
+
"id": "00000000-0000-4000-8000-000000000005",
|
|
65
|
+
"slug": "mass-id-qualifications",
|
|
66
|
+
"name": "MassID Qualifications"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"id": "00000000-0000-4000-8000-000000000006",
|
|
70
|
-
"slug": "regional-classification",
|
|
71
|
-
"name": "Regional Waste Classification",
|
|
72
69
|
"description": "Ensures the waste is properly classified according to local regulations and standards",
|
|
73
70
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/regional-classification.js",
|
|
74
|
-
"execution_order": 6
|
|
71
|
+
"execution_order": 6,
|
|
72
|
+
"id": "00000000-0000-4000-8000-000000000006",
|
|
73
|
+
"slug": "regional-classification",
|
|
74
|
+
"name": "Regional Waste Classification"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
"id": "00000000-0000-4000-8000-000000000007",
|
|
78
|
-
"slug": "geolocation-precision",
|
|
79
|
-
"name": "Geolocation and Address Precision",
|
|
80
77
|
"description": "Verifies the accuracy of geographical coordinates for waste collection and processing locations",
|
|
81
78
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/geolocation-precision.js",
|
|
82
|
-
"execution_order": 7
|
|
79
|
+
"execution_order": 7,
|
|
80
|
+
"id": "00000000-0000-4000-8000-000000000007",
|
|
81
|
+
"slug": "geolocation-precision",
|
|
82
|
+
"name": "Geolocation and Address Precision"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
|
-
"id": "00000000-0000-4000-8000-000000000008",
|
|
86
|
-
"slug": "waste-origin",
|
|
87
|
-
"name": "Waste Origin Identification",
|
|
88
85
|
"description": "Validates the documented source and origin point of the organic waste",
|
|
89
86
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/waste-origin.js",
|
|
90
|
-
"execution_order": 8
|
|
87
|
+
"execution_order": 8,
|
|
88
|
+
"id": "00000000-0000-4000-8000-000000000008",
|
|
89
|
+
"slug": "waste-origin",
|
|
90
|
+
"name": "Waste Origin Identification"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"id": "00000000-0000-4000-8000-000000000009",
|
|
94
|
-
"slug": "hauler-identification",
|
|
95
|
-
"name": "Hauler Identification",
|
|
96
93
|
"description": "Confirms the identity and credentials of the waste transportation company",
|
|
97
94
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/hauler-identification.js",
|
|
98
|
-
"execution_order": 9
|
|
95
|
+
"execution_order": 9,
|
|
96
|
+
"id": "00000000-0000-4000-8000-000000000009",
|
|
97
|
+
"slug": "hauler-identification",
|
|
98
|
+
"name": "Hauler Identification"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
"id": "00000000-0000-4000-8000-000000000010",
|
|
102
|
-
"slug": "vehicle-identification",
|
|
103
|
-
"name": "Vehicle Identification",
|
|
104
101
|
"description": "Verifies the registration and compliance of vehicles used in waste transportation",
|
|
105
102
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/vehicle-identification.js",
|
|
106
|
-
"execution_order": 10
|
|
103
|
+
"execution_order": 10,
|
|
104
|
+
"id": "00000000-0000-4000-8000-000000000010",
|
|
105
|
+
"slug": "vehicle-identification",
|
|
106
|
+
"name": "Vehicle Identification"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"id": "00000000-0000-4000-8000-000000000011",
|
|
110
|
-
"slug": "driver-identification",
|
|
111
|
-
"name": "Driver Identification",
|
|
112
109
|
"description": "Validates the identity and proper licensing of the waste transport driver",
|
|
113
110
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/driver-identification.js",
|
|
114
|
-
"execution_order": 11
|
|
111
|
+
"execution_order": 11,
|
|
112
|
+
"id": "00000000-0000-4000-8000-000000000011",
|
|
113
|
+
"slug": "driver-identification",
|
|
114
|
+
"name": "Driver Identification"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"id": "00000000-0000-4000-8000-000000000012",
|
|
118
|
-
"slug": "transport-manifest",
|
|
119
|
-
"name": "Transport Manifest Data",
|
|
120
117
|
"description": "Checks the completeness and accuracy of waste transportation documentation",
|
|
121
118
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/transport-manifest.js",
|
|
122
|
-
"execution_order": 12
|
|
119
|
+
"execution_order": 12,
|
|
120
|
+
"id": "00000000-0000-4000-8000-000000000012",
|
|
121
|
+
"slug": "transport-manifest",
|
|
122
|
+
"name": "Transport Manifest Data"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
"id": "00000000-0000-4000-8000-000000000013",
|
|
126
|
-
"slug": "processor-identification",
|
|
127
|
-
"name": "Processor Identification",
|
|
128
125
|
"description": "Validates the identity and certification of the waste processing facility",
|
|
129
126
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/processor-identification.js",
|
|
130
|
-
"execution_order": 13
|
|
127
|
+
"execution_order": 13,
|
|
128
|
+
"id": "00000000-0000-4000-8000-000000000013",
|
|
129
|
+
"slug": "processor-identification",
|
|
130
|
+
"name": "Processor Identification"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
|
-
"id": "00000000-0000-4000-8000-000000000014",
|
|
134
|
-
"slug": "recycler-identification",
|
|
135
|
-
"name": "Recycler Identification",
|
|
136
133
|
"description": "Confirms the identity and credentials of the recycling facility operator",
|
|
137
134
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/recycler-identification.js",
|
|
138
|
-
"execution_order": 14
|
|
135
|
+
"execution_order": 14,
|
|
136
|
+
"id": "00000000-0000-4000-8000-000000000014",
|
|
137
|
+
"slug": "recycler-identification",
|
|
138
|
+
"name": "Recycler Identification"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
"id": "00000000-0000-4000-8000-000000000015",
|
|
142
|
-
"slug": "weighing",
|
|
143
|
-
"name": "Weighing",
|
|
144
141
|
"description": "Verifies the accurate measurement and recording of waste MassID quantities",
|
|
145
142
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/weighing.js",
|
|
146
|
-
"execution_order": 15
|
|
143
|
+
"execution_order": 15,
|
|
144
|
+
"id": "00000000-0000-4000-8000-000000000015",
|
|
145
|
+
"slug": "weighing",
|
|
146
|
+
"name": "Weighing"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
|
-
"id": "00000000-0000-4000-8000-000000000016",
|
|
150
|
-
"slug": "drop-off-recycler",
|
|
151
|
-
"name": "Drop-off at Recycler",
|
|
152
149
|
"description": "Validates the proper reception and documentation of waste at the recycling facility",
|
|
153
150
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/drop-off-recycler.js",
|
|
154
|
-
"execution_order": 16
|
|
151
|
+
"execution_order": 16,
|
|
152
|
+
"id": "00000000-0000-4000-8000-000000000016",
|
|
153
|
+
"slug": "drop-off-recycler",
|
|
154
|
+
"name": "Drop-off at Recycler"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"id": "00000000-0000-4000-8000-000000000017",
|
|
158
|
-
"slug": "mass-id-sorting",
|
|
159
|
-
"name": "MassID Sorting",
|
|
160
157
|
"description": "Confirms the proper segregation and classification of organic waste materials",
|
|
161
158
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/mass-id-sorting.js",
|
|
162
|
-
"execution_order": 17
|
|
159
|
+
"execution_order": 17,
|
|
160
|
+
"id": "00000000-0000-4000-8000-000000000017",
|
|
161
|
+
"slug": "mass-id-sorting",
|
|
162
|
+
"name": "MassID Sorting"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"id": "00000000-0000-4000-8000-000000000018",
|
|
166
|
-
"slug": "composting-cycle",
|
|
167
|
-
"name": "Composting Cycle Timeframe",
|
|
168
165
|
"description": "Validates that the composting process follows required duration and conditions",
|
|
169
166
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/composting-cycle.js",
|
|
170
|
-
"execution_order": 18
|
|
167
|
+
"execution_order": 18,
|
|
168
|
+
"id": "00000000-0000-4000-8000-000000000018",
|
|
169
|
+
"slug": "composting-cycle",
|
|
170
|
+
"name": "Composting Cycle Timeframe"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
|
-
"id": "00000000-0000-4000-8000-000000000019",
|
|
174
|
-
"slug": "recycling-manifest",
|
|
175
|
-
"name": "Recycling Manifest Data",
|
|
176
173
|
"description": "Verifies the completion and accuracy of final recycling documentation and outcomes",
|
|
177
174
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/recycling-manifest.js",
|
|
178
|
-
"execution_order": 19
|
|
175
|
+
"execution_order": 19,
|
|
176
|
+
"id": "00000000-0000-4000-8000-000000000019",
|
|
177
|
+
"slug": "recycling-manifest",
|
|
178
|
+
"name": "Recycling Manifest Data"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
|
-
"id": "00000000-0000-4000-8000-000000000020",
|
|
182
|
-
"slug": "project-boundary",
|
|
183
|
-
"name": "Project Boundary",
|
|
184
181
|
"description": "Validate if the MassID is in accordance with the project boundary",
|
|
185
182
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/project-boundary.js",
|
|
186
|
-
"execution_order": 20
|
|
183
|
+
"execution_order": 20,
|
|
184
|
+
"id": "00000000-0000-4000-8000-000000000020",
|
|
185
|
+
"slug": "project-boundary",
|
|
186
|
+
"name": "Project Boundary"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
|
-
"id": "00000000-0000-4000-8000-000000000021",
|
|
190
|
-
"slug": "calculate-co2e",
|
|
191
|
-
"name": "Prevented CO₂e",
|
|
192
189
|
"description": "Calculate the prevented CO₂e based on the Emission Factor and the MassID value",
|
|
193
190
|
"source_code_url": "https://github.com/carrot-foundation/methodologies/blob/main/bold-carbon/rules/calculate-co2e.js",
|
|
194
|
-
"execution_order": 21
|
|
191
|
+
"execution_order": 21,
|
|
192
|
+
"id": "00000000-0000-4000-8000-000000000021",
|
|
193
|
+
"slug": "calculate-co2e",
|
|
194
|
+
"name": "Prevented CO₂e"
|
|
195
195
|
}
|
|
196
196
|
]
|
|
197
197
|
},
|
|
198
|
-
"original_content_hash": "
|
|
198
|
+
"original_content_hash": "882a11c440651b1db4fa45423676bcab1b273c0e6277c76abd8904d052765849"
|
|
199
199
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"title": "Methodology IPFS Record",
|
|
4
4
|
"description": "Methodology metadata stored in IPFS, extending the base schema with methodology data and audit rules",
|
|
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.51/schemas/ipfs/methodology/methodology.schema.json",
|
|
6
|
+
"version": "0.1.51",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.50/schemas/ipfs/recycled-id/recycled-id.schema.json",
|
|
3
3
|
"schema": {
|
|
4
|
-
"hash": "
|
|
4
|
+
"hash": "c32f6c4bdd111a8c0cabc21e78530e05448fe34215eac46349aa325325994502",
|
|
5
5
|
"type": "RecycledID",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.50",
|
|
7
7
|
"ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm/recycled-id.schema.json"
|
|
8
8
|
},
|
|
9
9
|
"environment": {
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"network_name": "Polygon",
|
|
18
18
|
"token_id": "789"
|
|
19
19
|
},
|
|
20
|
+
"created_at": "2025-06-24T13:02:25.000Z",
|
|
21
|
+
"external_id": "f47ac10b-58cc-4372-a567-0e02b2c3d489",
|
|
22
|
+
"external_url": "https://explore.carrot.eco/document/f47ac10b-58cc-4372-a567-0e02b2c3d489",
|
|
23
|
+
"content_hash": "4fd2d88eaea8d208a8fa30b6281e614ae8becfecd498a605b26d8b239a2d0e01",
|
|
24
|
+
"original_content_hash": "4fd2d88eaea8d208a8fa30b6281e614ae8becfecd498a605b26d8b239a2d0e01",
|
|
20
25
|
"viewer_reference": {
|
|
21
26
|
"ipfs_cid": "bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm",
|
|
22
27
|
"integrity_hash": "87f633634cc4b02f628685651f0a29b7bfa22a0bd841f725c6772dd00a58d489"
|
|
23
28
|
},
|
|
24
|
-
"created_at": "2025-06-24T13:02:25.000Z",
|
|
25
|
-
"external_id": "f47ac10b-58cc-4372-a567-0e02b2c3d489",
|
|
26
|
-
"external_url": "https://explore.carrot.eco/document/f47ac10b-58cc-4372-a567-0e02b2c3d489",
|
|
27
|
-
"content_hash": "f17fde25bc02247534ca42f8622770fe568521978576aaecd2443c43d6fa57c6",
|
|
28
|
-
"original_content_hash": "f17fde25bc02247534ca42f8622770fe568521978576aaecd2443c43d6fa57c6",
|
|
29
29
|
"name": "RecycledID #789 • BOLD Recycling • 3.0t Recycled",
|
|
30
30
|
"short_name": "RecycledID #789",
|
|
31
31
|
"description": "This RecycledID certifies 3.0 metric tons of organic waste successfully recycled through BOLD Recycling methodology from Macapá, Brazil, producing high-quality compost and organic fertilizer.",
|
|
@@ -85,10 +85,6 @@
|
|
|
85
85
|
"trait_type": "Origin City",
|
|
86
86
|
"value": "Macapá"
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
"trait_type": "Recycler",
|
|
90
|
-
"value": "Eco Reciclagem"
|
|
91
|
-
},
|
|
92
88
|
{
|
|
93
89
|
"trait_type": "MassID",
|
|
94
90
|
"value": "#123"
|
|
@@ -97,13 +93,19 @@
|
|
|
97
93
|
"trait_type": "MassID Recycling Date",
|
|
98
94
|
"value": 1740182400000,
|
|
99
95
|
"display_type": "date"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"trait_type": "Certificate Issuance Date",
|
|
99
|
+
"value": 1740182400000,
|
|
100
|
+
"display_type": "date"
|
|
100
101
|
}
|
|
101
102
|
],
|
|
102
103
|
"data": {
|
|
103
104
|
"summary": {
|
|
104
105
|
"recycled_mass_kg": 3000,
|
|
105
106
|
"credit_type": "Biowaste",
|
|
106
|
-
"credit_amount": 3
|
|
107
|
+
"credit_amount": 3,
|
|
108
|
+
"issued_at": "2025-06-24T13:02:25.000Z"
|
|
107
109
|
},
|
|
108
110
|
"methodology": {
|
|
109
111
|
"external_id": "f47ac10b-58cc-4372-a567-0e02b2c3d490",
|
|
@@ -126,8 +128,8 @@
|
|
|
126
128
|
"external_url": "https://explore.carrot.eco/document/6f520d88-864d-432d-bf9f-5c3166c4818f",
|
|
127
129
|
"ipfs_uri": "ipfs://bafybeibwzifubdt5epaz43pj4gk7t2r4e6uah6vuvtbtmq5r2mwyrc6yha/mass-id.json"
|
|
128
130
|
},
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
+
"waste_properties": {
|
|
132
|
+
"type": "Organic",
|
|
131
133
|
"subtype": "Food, Food Waste and Beverages",
|
|
132
134
|
"net_weight_kg": 3000
|
|
133
135
|
},
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"title": "RecycledID NFT IPFS Record",
|
|
4
4
|
"description": "Complete RecycledID NFT IPFS record including fixed attributes and recycling outcome data",
|
|
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.51/schemas/ipfs/recycled-id/recycled-id.schema.json",
|
|
6
|
+
"version": "0.1.51",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"properties": {
|
|
198
198
|
"recycled_mass_kg": {
|
|
199
199
|
"title": "Recycled Mass Weight",
|
|
200
|
-
"description": "Total weight of materials successfully recycled",
|
|
200
|
+
"description": "Total weight of materials successfully recycled in kilograms (kg)",
|
|
201
201
|
"examples": [
|
|
202
202
|
500.35,
|
|
203
203
|
3000
|
|
@@ -228,12 +228,23 @@
|
|
|
228
228
|
],
|
|
229
229
|
"type": "number",
|
|
230
230
|
"minimum": 0
|
|
231
|
+
},
|
|
232
|
+
"issued_at": {
|
|
233
|
+
"title": "Issued At",
|
|
234
|
+
"description": "ISO 8601 timestamp when the certificate was issued",
|
|
235
|
+
"examples": [
|
|
236
|
+
"2024-12-05T11:02:47.000Z"
|
|
237
|
+
],
|
|
238
|
+
"type": "string",
|
|
239
|
+
"format": "date-time",
|
|
240
|
+
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
231
241
|
}
|
|
232
242
|
},
|
|
233
243
|
"required": [
|
|
234
244
|
"recycled_mass_kg",
|
|
235
245
|
"credit_type",
|
|
236
|
-
"credit_amount"
|
|
246
|
+
"credit_amount",
|
|
247
|
+
"issued_at"
|
|
237
248
|
],
|
|
238
249
|
"additionalProperties": false
|
|
239
250
|
},
|
|
@@ -446,14 +457,14 @@
|
|
|
446
457
|
],
|
|
447
458
|
"additionalProperties": false
|
|
448
459
|
},
|
|
449
|
-
"
|
|
450
|
-
"title": "Waste
|
|
451
|
-
"description": "
|
|
460
|
+
"waste_properties": {
|
|
461
|
+
"title": "Waste Properties",
|
|
462
|
+
"description": "Properties of the source waste (MassID)",
|
|
452
463
|
"type": "object",
|
|
453
464
|
"properties": {
|
|
454
|
-
"
|
|
455
|
-
"title": "Source Waste
|
|
456
|
-
"description": "
|
|
465
|
+
"type": {
|
|
466
|
+
"title": "Source Waste Type",
|
|
467
|
+
"description": "Type of the source waste",
|
|
457
468
|
"examples": [
|
|
458
469
|
"Organic"
|
|
459
470
|
],
|
|
@@ -482,7 +493,7 @@
|
|
|
482
493
|
},
|
|
483
494
|
"net_weight_kg": {
|
|
484
495
|
"title": "Source Waste Net Weight",
|
|
485
|
-
"description": "Net weight of the source waste",
|
|
496
|
+
"description": "Net weight of the source waste in kilograms (kg)",
|
|
486
497
|
"examples": [
|
|
487
498
|
500.35,
|
|
488
499
|
3000
|
|
@@ -492,7 +503,7 @@
|
|
|
492
503
|
}
|
|
493
504
|
},
|
|
494
505
|
"required": [
|
|
495
|
-
"
|
|
506
|
+
"type",
|
|
496
507
|
"subtype",
|
|
497
508
|
"net_weight_kg"
|
|
498
509
|
],
|
|
@@ -826,7 +837,7 @@
|
|
|
826
837
|
"methodology",
|
|
827
838
|
"audit",
|
|
828
839
|
"mass_id",
|
|
829
|
-
"
|
|
840
|
+
"waste_properties",
|
|
830
841
|
"origin_location",
|
|
831
842
|
"accredited_participants"
|
|
832
843
|
],
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.50",
|
|
3
3
|
"schemas": {
|
|
4
4
|
"ipfs/recycled-id/recycled-id.schema.json": {
|
|
5
|
-
"hash": "
|
|
5
|
+
"hash": "c32f6c4bdd111a8c0cabc21e78530e05448fe34215eac46349aa325325994502",
|
|
6
6
|
"path": "ipfs/recycled-id/recycled-id.schema.json"
|
|
7
7
|
},
|
|
8
8
|
"ipfs/methodology/methodology.schema.json": {
|
|
9
|
-
"hash": "
|
|
9
|
+
"hash": "835ee7b8164987eed192469416e40e5aff42365ed027258e9ec8830fb5b0e9dc",
|
|
10
10
|
"path": "ipfs/methodology/methodology.schema.json"
|
|
11
11
|
},
|
|
12
12
|
"ipfs/mass-id-audit/mass-id-audit.schema.json": {
|
|
13
|
-
"hash": "
|
|
13
|
+
"hash": "2f21250d9523cca8bcbbdcc7c84ce150cddff4eedf3764107b6451861831211d",
|
|
14
14
|
"path": "ipfs/mass-id-audit/mass-id-audit.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"ipfs/mass-id/mass-id.schema.json": {
|
|
17
|
-
"hash": "
|
|
17
|
+
"hash": "cf4c3dba2baf4ac98199735c9aaf46a0a0c905b9a11abc0d2532c893596b20e0",
|
|
18
18
|
"path": "ipfs/mass-id/mass-id.schema.json"
|
|
19
19
|
},
|
|
20
20
|
"ipfs/gas-id/gas-id.schema.json": {
|
|
21
|
-
"hash": "
|
|
21
|
+
"hash": "17fddaeb7257d3ec37c5be78a6ac9e9d20b1e8bc5c4f0a3f5dff1852f4bd2a38",
|
|
22
22
|
"path": "ipfs/gas-id/gas-id.schema.json"
|
|
23
23
|
},
|
|
24
24
|
"ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json": {
|
|
25
|
-
"hash": "
|
|
25
|
+
"hash": "bcebfb3c05eb1c941c7d05f619212dca98481f09de4a13f8cc5db3872da0814d",
|
|
26
26
|
"path": "ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json"
|
|
27
27
|
},
|
|
28
28
|
"ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json": {
|
|
29
|
-
"hash": "
|
|
29
|
+
"hash": "5c89035c43d5d4f8c0a5408b928b734fbd3acfe60f4659b90baa69de37fa74bd",
|
|
30
30
|
"path": "ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json"
|
|
31
31
|
},
|
|
32
32
|
"ipfs/credit/credit.schema.json": {
|
|
33
|
-
"hash": "
|
|
33
|
+
"hash": "b8724ef9a1a15dd665502513d2b41720b2a267f95fd24edd3253f9cb1441c08f",
|
|
34
34
|
"path": "ipfs/credit/credit.schema.json"
|
|
35
35
|
},
|
|
36
36
|
"ipfs/collection/collection.schema.json": {
|
|
37
|
-
"hash": "
|
|
37
|
+
"hash": "6f17d343a85dc52a2a1313f4979a06f72f3ae720ccf77a3e332f11871940e779",
|
|
38
38
|
"path": "ipfs/collection/collection.schema.json"
|
|
39
39
|
}
|
|
40
40
|
}
|