@carrot-foundation/schemas 0.1.62 → 0.1.63

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 CHANGED
@@ -29554,7 +29554,7 @@ function buildSchemaUrl(schemaPath) {
29554
29554
  return `${getSchemaBaseUrl()}/${cleanPath}`;
29555
29555
  }
29556
29556
  function getSchemaVersionOrDefault() {
29557
- return "0.1.62";
29557
+ return "0.1.63";
29558
29558
  }
29559
29559
 
29560
29560
  // src/shared/schema-validation.ts
package/dist/index.js CHANGED
@@ -29548,7 +29548,7 @@ function buildSchemaUrl(schemaPath) {
29548
29548
  return `${getSchemaBaseUrl()}/${cleanPath}`;
29549
29549
  }
29550
29550
  function getSchemaVersionOrDefault() {
29551
- return "0.1.62";
29551
+ return "0.1.63";
29552
29552
  }
29553
29553
 
29554
29554
  // src/shared/schema-validation.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-foundation/schemas",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "Carrot schema definitions and zod validation schemas",
5
5
  "license": "Apache-2.0",
6
6
  "private": false,
@@ -1,9 +1,9 @@
1
1
  {
2
- "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.61/schemas/ipfs/collection/collection.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/collection/collection.schema.json",
3
3
  "schema": {
4
- "hash": "2f4ef6d2105eff54e1dcdb73a70845c20a1b4d888f609ca1cac01c17c3419140",
4
+ "hash": "a42784959c8b04693fd4ac17aa707cebadf8e8f31887842cc1808726eb666120",
5
5
  "type": "Collection",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "title": "Collection IPFS Record",
4
4
  "description": "Collection metadata stored in IPFS, extending the base schema with collection-specific fields used to group and organize credit purchases and retirements in Carrot's ecosystem",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/collection/collection.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/collection/collection.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/credit/credit.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/credit/credit.schema.json",
3
3
  "schema": {
4
- "hash": "8089654dfce66c25ec479d8533f3f47e0cac1045aa9802f41eea00a7ab4a5fa7",
4
+ "hash": "eed2eca81dd3b0d883a1c0ec4ce06227c61e100dece7a39d0062bfce508b7f3d",
5
5
  "type": "Credit",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "title": "Credit IPFS Record",
4
4
  "description": "Credit token metadata stored in IPFS, extending the base schema with ERC20-specific details",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/credit/credit.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/credit/credit.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json",
3
3
  "schema": {
4
- "hash": "c5fc42c5874895d4109f27b39a283e4745118bf6e6bac85083a8deac0c767d8e",
4
+ "hash": "606c7d90c32e42eacbc3b2cc63abaf7bfeca05c7195a9b09ab1633e08cf41d82",
5
5
  "type": "CreditPurchaseReceipt",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -20,7 +20,7 @@
20
20
  "created_at": "2025-02-03T12:45:30.000Z",
21
21
  "external_id": "f1a2b3c4-d5e6-4789-9012-34567890abcd",
22
22
  "external_url": "https://explore.carrot.eco/document/f1a2b3c4-d5e6-4789-9012-34567890abcd",
23
- "audit_data_hash": "aa8c6e2c42eb7505739a727c7cbc36c0f9054552e1dba0c6aa9ef5d261ec4652",
23
+ "audit_data_hash": "24475c2290e97270ce15bf4c6085178deaaf80f5b0b56c764f9b741159dbce03",
24
24
  "viewer_reference": {
25
25
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm",
26
26
  "integrity_hash": "87f633634cc4b02f628685651f0a29b7bfa22a0bd841f725c6772dd00a58d489"
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "title": "CreditPurchaseReceipt NFT IPFS Record",
4
4
  "description": "Complete CreditPurchaseReceipt NFT IPFS record including attributes and credit purchase data",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json",
3
3
  "schema": {
4
- "hash": "1546e9c2741593bab8c562eb4d4775aa8049839efd63a316872dc0ee82f271f6",
4
+ "hash": "31a67568cdcba85deec8d85691f4d44623891126a083fdef4f1496fb1cce58ad",
5
5
  "type": "CreditRetirementReceipt",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -230,5 +230,5 @@
230
230
  "smart_contract_address": "0x742d35cc6634c0532925a3b8d8b5c2d4c7f8e1a9"
231
231
  }
232
232
  },
233
- "audit_data_hash": "6567a853920ec7fc9e3a01f8cd612e779bd5530431b52609ab28500d942ab8ba"
233
+ "audit_data_hash": "e3ed705142aed2b7d62d9a3b42ea28dd779e1661c27756e9b331ba27be50e187"
234
234
  }
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "title": "CreditRetirementReceipt NFT IPFS Record",
4
4
  "description": "Complete CreditRetirementReceipt NFT IPFS record including attributes and credit retirement data",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/gas-id/gas-id.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/gas-id/gas-id.schema.json",
3
3
  "schema": {
4
- "hash": "7262856ff0593955bb62fd94c3ef96998bea1e1c0d9705c55d2fd660b8d42fbc",
4
+ "hash": "50b0e12a381803811cbe8fd62b830151aec07945f31aeecc036ebb40a2343e18",
5
5
  "type": "GasID",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -20,7 +20,7 @@
20
20
  "created_at": "2024-12-08T11:32:47.000Z",
21
21
  "external_id": "d2a7f8e4-9c61-4e35-b8f2-a5c9e7d1b4f6",
22
22
  "external_url": "https://explore.carrot.eco/document/d2a7f8e4-9c61-4e35-b8f2-a5c9e7d1b4f6",
23
- "audit_data_hash": "6ac3837279b74fe39156bbe5589c5931a9fd38d18bfe0a2fa1a16117b4856f31",
23
+ "audit_data_hash": "f82f3edef29a55a6c17a7009797e08ae071689a32d4562a7d5d92e056492f3a6",
24
24
  "viewer_reference": {
25
25
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm",
26
26
  "integrity_hash": "87f633634cc4b02f628685651f0a29b7bfa22a0bd841f725c6772dd00a58d489"
@@ -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.62/schemas/ipfs/gas-id/gas-id.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/gas-id/gas-id.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/mass-id/mass-id.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/mass-id/mass-id.schema.json",
3
3
  "schema": {
4
- "hash": "3cee3677fc08c6915db29fc6077564b8af07c936ead36bfced406597200458d3",
4
+ "hash": "a6dc2a2795d3f523bb298d28b699489f6d2172e0e790c751363abb736d7a5ce0",
5
5
  "type": "MassID",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -108,7 +108,7 @@
108
108
  "display_type": "date"
109
109
  }
110
110
  ],
111
- "audit_data_hash": "1b2c049dff0b7a4fd8a6bb6537883a2853334050d969d4d3234fd5a14a9576a4",
111
+ "audit_data_hash": "b88fa6e6b8154c752585f992c9eb0517dc8babacecf5b246a6e902f3f0a24e03",
112
112
  "data": {
113
113
  "waste_properties": {
114
114
  "type": "Organic",
@@ -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 schema defining waste tracking metadata, chain of custody events, and NFT display attributes",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/mass-id/mass-id.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/mass-id/mass-id.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
3
3
  "schema": {
4
- "hash": "3b0d7731fa6778aa7cbf413e504207421b6cd3c3ceb70130f1de6dc44c84a439",
4
+ "hash": "dd0b3b9a3bada0ce4fbdca43b7c007ee893d8239cd48d0e4d7c74a74e44da329",
5
5
  "type": "MassID Audit",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -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.62/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/methodology/methodology.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/methodology/methodology.schema.json",
3
3
  "schema": {
4
- "hash": "5ccbeda15131fb478b93d1331311bf1b66082e85e60ff01a64a8855203462f84",
4
+ "hash": "afda1a60fbfcb45668289a596caa5d6107ed97ffdefabe49071c50d924b53ebe",
5
5
  "type": "Methodology",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -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.62/schemas/ipfs/methodology/methodology.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/methodology/methodology.schema.json",
6
+ "version": "0.1.63",
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.61/schemas/ipfs/recycled-id/recycled-id.schema.json",
2
+ "$schema": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.62/schemas/ipfs/recycled-id/recycled-id.schema.json",
3
3
  "schema": {
4
- "hash": "8ac4830e20ec276201b745b611fbf3870df6d62dea45b37041590c7870f37579",
4
+ "hash": "9f1f618a898244b6d6e08356e7888835ba843dff6cfa4ae97ab4284bfeb7d1a9",
5
5
  "type": "RecycledID",
6
- "version": "0.1.61",
6
+ "version": "0.1.62",
7
7
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm"
8
8
  },
9
9
  "environment": {
@@ -20,7 +20,7 @@
20
20
  "created_at": "2024-12-08T11:32:47.000Z",
21
21
  "external_id": "f47ac10b-58cc-4372-a567-0e02b2c3d489",
22
22
  "external_url": "https://explore.carrot.eco/document/f47ac10b-58cc-4372-a567-0e02b2c3d489",
23
- "audit_data_hash": "1da767ca5c2adb860ff6da647fca969e79e5faf9884a3c714e0071c220e78a0e",
23
+ "audit_data_hash": "be40b7b352ecd33347b54668d9704836a7c556e4239a1d94633e6a2ee2ec2cf1",
24
24
  "viewer_reference": {
25
25
  "ipfs_uri": "ipfs://bafybeigdyrztvzl5cceubvaxob7iqh6f3f7s36c74ojav2xsz2uib2g3vm",
26
26
  "integrity_hash": "87f633634cc4b02f628685651f0a29b7bfa22a0bd841f725c6772dd00a58d489"
@@ -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.62/schemas/ipfs/recycled-id/recycled-id.schema.json",
6
- "version": "0.1.62",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.63/schemas/ipfs/recycled-id/recycled-id.schema.json",
6
+ "version": "0.1.63",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {
@@ -1,40 +1,40 @@
1
1
  {
2
- "version": "0.1.61",
2
+ "version": "0.1.62",
3
3
  "schemas": {
4
4
  "ipfs/recycled-id/recycled-id.schema.json": {
5
- "hash": "8ac4830e20ec276201b745b611fbf3870df6d62dea45b37041590c7870f37579",
5
+ "hash": "9f1f618a898244b6d6e08356e7888835ba843dff6cfa4ae97ab4284bfeb7d1a9",
6
6
  "path": "ipfs/recycled-id/recycled-id.schema.json"
7
7
  },
8
8
  "ipfs/methodology/methodology.schema.json": {
9
- "hash": "5ccbeda15131fb478b93d1331311bf1b66082e85e60ff01a64a8855203462f84",
9
+ "hash": "afda1a60fbfcb45668289a596caa5d6107ed97ffdefabe49071c50d924b53ebe",
10
10
  "path": "ipfs/methodology/methodology.schema.json"
11
11
  },
12
12
  "ipfs/mass-id-audit/mass-id-audit.schema.json": {
13
- "hash": "3b0d7731fa6778aa7cbf413e504207421b6cd3c3ceb70130f1de6dc44c84a439",
13
+ "hash": "dd0b3b9a3bada0ce4fbdca43b7c007ee893d8239cd48d0e4d7c74a74e44da329",
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": "3cee3677fc08c6915db29fc6077564b8af07c936ead36bfced406597200458d3",
17
+ "hash": "a6dc2a2795d3f523bb298d28b699489f6d2172e0e790c751363abb736d7a5ce0",
18
18
  "path": "ipfs/mass-id/mass-id.schema.json"
19
19
  },
20
20
  "ipfs/gas-id/gas-id.schema.json": {
21
- "hash": "7262856ff0593955bb62fd94c3ef96998bea1e1c0d9705c55d2fd660b8d42fbc",
21
+ "hash": "50b0e12a381803811cbe8fd62b830151aec07945f31aeecc036ebb40a2343e18",
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": "1546e9c2741593bab8c562eb4d4775aa8049839efd63a316872dc0ee82f271f6",
25
+ "hash": "31a67568cdcba85deec8d85691f4d44623891126a083fdef4f1496fb1cce58ad",
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": "c5fc42c5874895d4109f27b39a283e4745118bf6e6bac85083a8deac0c767d8e",
29
+ "hash": "606c7d90c32e42eacbc3b2cc63abaf7bfeca05c7195a9b09ab1633e08cf41d82",
30
30
  "path": "ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json"
31
31
  },
32
32
  "ipfs/credit/credit.schema.json": {
33
- "hash": "8089654dfce66c25ec479d8533f3f47e0cac1045aa9802f41eea00a7ab4a5fa7",
33
+ "hash": "eed2eca81dd3b0d883a1c0ec4ce06227c61e100dece7a39d0062bfce508b7f3d",
34
34
  "path": "ipfs/credit/credit.schema.json"
35
35
  },
36
36
  "ipfs/collection/collection.schema.json": {
37
- "hash": "2f4ef6d2105eff54e1dcdb73a70845c20a1b4d888f609ca1cac01c17c3419140",
37
+ "hash": "a42784959c8b04693fd4ac17aa707cebadf8e8f31887842cc1808726eb666120",
38
38
  "path": "ipfs/collection/collection.schema.json"
39
39
  }
40
40
  }