@carrot-foundation/schemas 0.1.46 → 0.1.47

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
@@ -29200,7 +29200,7 @@ function buildSchemaUrl(schemaPath) {
29200
29200
  return `${getSchemaBaseUrl()}/${cleanPath}`;
29201
29201
  }
29202
29202
  function getSchemaVersionOrDefault() {
29203
- return "0.1.46";
29203
+ return "0.1.47";
29204
29204
  }
29205
29205
 
29206
29206
  // src/shared/schema-validation.ts
@@ -31220,7 +31220,7 @@ var CreditRetirementReceiptIpfsSchema = CreditRetirementReceiptIpfsSchemaBase.sa
31220
31220
  }).meta(CreditRetirementReceiptIpfsSchemaMeta);
31221
31221
  var CollectionSchemaMeta = {
31222
31222
  title: "Collection IPFS Record",
31223
- description: "Collection metadata stored in IPFS, extending the base schema with collection-specific fields required for NFT collection definitions in Carrot's ecosystem",
31223
+ 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",
31224
31224
  $id: buildSchemaUrl("collection/collection.schema.json"),
31225
31225
  version: getSchemaVersionOrDefault()
31226
31226
  };
@@ -31232,7 +31232,7 @@ var CollectionSchema = BaseIpfsSchema.safeExtend({
31232
31232
  })
31233
31233
  }),
31234
31234
  name: CollectionNameSchema,
31235
- slug: CollectionSlugSchema.optional(),
31235
+ slug: CollectionSlugSchema,
31236
31236
  image: IpfsUriSchema.meta({
31237
31237
  title: "Collection Image",
31238
31238
  description: "IPFS URI pointing to the collection's visual representation",