@carrot-foundation/schemas 0.1.39 → 0.1.40

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.
@@ -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.39/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
6
- "version": "0.1.39",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.40/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json",
6
+ "version": "0.1.40",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {
@@ -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.39/schemas/ipfs/methodology/methodology.schema.json",
6
- "version": "0.1.39",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.40/schemas/ipfs/methodology/methodology.schema.json",
6
+ "version": "0.1.40",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "blockchain": {
14
14
  "smart_contract_address": "0x742d35cc6634c0532925a3b8d8b5c2d4c7f8e1a9",
15
- "chain_id": 1,
15
+ "chain_id": 137,
16
16
  "network_name": "Ethereum Mainnet",
17
17
  "token_id": "789"
18
18
  },
@@ -146,7 +146,6 @@
146
146
  "longitude": -51.070,
147
147
  "precision_level": "city"
148
148
  },
149
- "facility_type": "Collection Point",
150
149
  "responsible_participant_id_hash": "5021ea455b3549498a8583dc0c6f7cbf1234567890abcdef1234567890abcdef"
151
150
  },
152
151
  "accredited_participants": [
@@ -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.39/schemas/ipfs/recycled-id/recycled-id.schema.json",
6
- "version": "0.1.39",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.40/schemas/ipfs/recycled-id/recycled-id.schema.json",
6
+ "version": "0.1.40",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {
@@ -704,22 +704,6 @@
704
704
  "precision_level"
705
705
  ],
706
706
  "additionalProperties": false
707
- },
708
- "facility_type": {
709
- "title": "Facility Type",
710
- "description": "Type of facility in the waste management chain",
711
- "examples": [
712
- "Collection Point",
713
- "Recycling Facility",
714
- "Administrative Office"
715
- ],
716
- "type": "string",
717
- "enum": [
718
- "Collection Point",
719
- "Recycling Facility",
720
- "Administrative Office",
721
- "Other"
722
- ]
723
707
  }
724
708
  },
725
709
  "required": [
@@ -974,9 +958,8 @@
974
958
  "title": "Chain ID",
975
959
  "description": "Blockchain chain ID",
976
960
  "examples": [
977
- 1,
978
961
  137,
979
- 11155111
962
+ 80002
980
963
  ],
981
964
  "type": "integer",
982
965
  "minimum": 1,