@carrot-foundation/schemas 0.1.37 → 0.1.39
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 +1037 -383
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1826 -1276
- package/dist/index.d.ts +1826 -1276
- package/dist/index.js +1017 -384
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/ipfs/collection/collection.schema.json +3 -2
- package/schemas/ipfs/credit/credit.schema.json +3 -2
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json +103 -99
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.example.json +280 -0
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json +1704 -0
- package/schemas/ipfs/gas-id/gas-id.schema.json +3 -2
- package/schemas/ipfs/mass-id/mass-id.schema.json +3 -2
- package/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json +3 -2
- package/schemas/ipfs/methodology/methodology.schema.json +3 -2
- package/schemas/ipfs/recycled-id/recycled-id.schema.json +3 -2
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"title": "GasID NFT IPFS Record",
|
|
4
4
|
"description": "Complete GasID NFT IPFS record including fixed attributes and detailed carbon emissions prevention 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.39/schemas/ipfs/gas-id/gas-id.schema.json",
|
|
6
|
+
"version": "0.1.39",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"mass-id-audit",
|
|
188
188
|
"methodology",
|
|
189
189
|
"credit-purchase-receipt",
|
|
190
|
+
"credit-retirement-receipt",
|
|
190
191
|
"recycled-id"
|
|
191
192
|
]
|
|
192
193
|
},
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"title": "MassID NFT IPFS Record",
|
|
4
4
|
"description": "Complete MassID NFT IPFS record including fixed attributes and detailed waste tracking 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.39/schemas/ipfs/mass-id/mass-id.schema.json",
|
|
6
|
+
"version": "0.1.39",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"mass-id-audit",
|
|
188
188
|
"methodology",
|
|
189
189
|
"credit-purchase-receipt",
|
|
190
|
+
"credit-retirement-receipt",
|
|
190
191
|
"recycled-id"
|
|
191
192
|
]
|
|
192
193
|
},
|
|
@@ -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.39/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
|
|
6
|
+
"version": "0.1.39",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"mass-id-audit",
|
|
188
188
|
"methodology",
|
|
189
189
|
"credit-purchase-receipt",
|
|
190
|
+
"credit-retirement-receipt",
|
|
190
191
|
"recycled-id"
|
|
191
192
|
]
|
|
192
193
|
},
|
|
@@ -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.39/schemas/ipfs/methodology/methodology.schema.json",
|
|
6
|
+
"version": "0.1.39",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"mass-id-audit",
|
|
188
188
|
"methodology",
|
|
189
189
|
"credit-purchase-receipt",
|
|
190
|
+
"credit-retirement-receipt",
|
|
190
191
|
"recycled-id"
|
|
191
192
|
]
|
|
192
193
|
},
|
|
@@ -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.39/schemas/ipfs/recycled-id/recycled-id.schema.json",
|
|
6
|
+
"version": "0.1.39",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": {
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"mass-id-audit",
|
|
188
188
|
"methodology",
|
|
189
189
|
"credit-purchase-receipt",
|
|
190
|
+
"credit-retirement-receipt",
|
|
190
191
|
"recycled-id"
|
|
191
192
|
]
|
|
192
193
|
},
|