JAL-1831 updated BioJSON schema
[jalview.git] / src / jalview / json / binding / biojson / v1 / SequenceGrpPojo.java
index 7c2a8fd..e5c4395 100644 (file)
@@ -8,7 +8,7 @@ public class SequenceGrpPojo
 {
   @Attributes(
     required = false,
-    description = "The <a href=\"colour_schemes.html\">Colour Scheme</a> applied to the Sequence Group")
+    description = "The <a href=\"#colourScheme\">Colour Scheme</a> applied to the Sequence Group")
   private String colourScheme;
 
   @Attributes(required = true, description = "The name assigned to the seqGroup")
@@ -38,7 +38,6 @@ public class SequenceGrpPojo
   @Attributes(
     required = true,
     minItems = 1,
-    maxItems = 2147483647,
     uniqueItems = true,
     description = "An array of the unique id's for the sequences belonging to the group")
   private ArrayList<String> sequenceRefs = new ArrayList<String>();