@snapshot-labs/snapshot.js 0.12.9 → 0.12.10

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.
@@ -478,7 +478,13 @@ var definitions = {
478
478
  avatar: {
479
479
  type: "string",
480
480
  title: "avatar",
481
- format: "uri",
481
+ format: "customUrl",
482
+ maxLength: 256
483
+ },
484
+ cover: {
485
+ type: "string",
486
+ title: "avatar",
487
+ format: "customUrl",
482
488
  maxLength: 256
483
489
  },
484
490
  location: {
@@ -468,7 +468,13 @@ var definitions = {
468
468
  avatar: {
469
469
  type: "string",
470
470
  title: "avatar",
471
- format: "uri",
471
+ format: "customUrl",
472
+ maxLength: 256
473
+ },
474
+ cover: {
475
+ type: "string",
476
+ title: "avatar",
477
+ format: "customUrl",
472
478
  maxLength: 256
473
479
  },
474
480
  location: {