JAL-1739 reverted BioJSON schema to use one main version for the whole schema and...
[jalview.git] / src / jalview / json / binding / biojson / v1 / SequencePojo.java
index 5677b13..9d39d42 100644 (file)
@@ -6,9 +6,6 @@ import com.github.reinert.jjschema.Attributes;
 
 public class SequencePojo
 {
-  @Attributes(required = true, description = "Serial version identifier for the <b>seqs</b> object model")
-  private String svid = "1.0";
-
   @Attributes(
     required = true,
     minLength = 3,
@@ -106,10 +103,6 @@ public class SequencePojo
     this.order = order;
   }
 
-  public String getSvid()
-  {
-    return svid;
-  }
 
   public String getType()
   {