@snapshot-labs/snapshot.js 0.12.18 → 0.12.19

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.
@@ -890,7 +890,6 @@ var definitions = {
890
890
  description: {
891
891
  type: "string",
892
892
  title: "Description",
893
- minLength: 1,
894
893
  maxLength: 100
895
894
  },
896
895
  color: {
@@ -902,7 +901,6 @@ var definitions = {
902
901
  required: [
903
902
  "id",
904
903
  "name",
905
- "description",
906
904
  "color"
907
905
  ],
908
906
  additionalProperties: false
@@ -880,7 +880,6 @@ var definitions = {
880
880
  description: {
881
881
  type: "string",
882
882
  title: "Description",
883
- minLength: 1,
884
883
  maxLength: 100
885
884
  },
886
885
  color: {
@@ -892,7 +891,6 @@ var definitions = {
892
891
  required: [
893
892
  "id",
894
893
  "name",
895
- "description",
896
894
  "color"
897
895
  ],
898
896
  additionalProperties: false