@snapshot-labs/snapshot.js 0.12.33 → 0.12.34

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.
@@ -553,6 +553,17 @@ var definitions = {
553
553
  maxLength: 64,
554
554
  format: "domain"
555
555
  },
556
+ discussions: {
557
+ type: "string",
558
+ format: "uri",
559
+ title: "Discussions link",
560
+ maxLength: 256
561
+ },
562
+ discourseCategory: {
563
+ type: "integer",
564
+ minimum: 1,
565
+ title: "Discourse category"
566
+ },
556
567
  strategies: {
557
568
  type: "array",
558
569
  minItems: 1,
@@ -543,6 +543,17 @@ var definitions = {
543
543
  maxLength: 64,
544
544
  format: "domain"
545
545
  },
546
+ discussions: {
547
+ type: "string",
548
+ format: "uri",
549
+ title: "Discussions link",
550
+ maxLength: 256
551
+ },
552
+ discourseCategory: {
553
+ type: "integer",
554
+ minimum: 1,
555
+ title: "Discourse category"
556
+ },
546
557
  strategies: {
547
558
  type: "array",
548
559
  minItems: 1,