Skip to content

Commit

Permalink
Merge pull request #1820 from alliance-genome/release/v0.36.0-rc6
Browse files Browse the repository at this point in the history
Update valid LinkML versions for ingest classes
  • Loading branch information
markquintontulloch authored Feb 5, 2025
2 parents 7288776 + b45391e commit f9397ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@Data
@EqualsAndHashCode(callSuper = true)
@AGRCurationSchemaVersion(min = "1.5.0", max = LinkMLSchemaConstants.LATEST_RELEASE, dependencies = {GenomicEntityDTO.class}, submitted = true)
@AGRCurationSchemaVersion(min = "2.9.0", max = LinkMLSchemaConstants.LATEST_RELEASE, dependencies = {GenomicEntityDTO.class}, submitted = true)
public class AffectedGenomicModelDTO extends GenomicEntityDTO {
@JsonView({View.FieldsOnly.class})
private String name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@Data
@EqualsAndHashCode(callSuper = true)
@AGRCurationSchemaVersion(min = "2.0.0", max = LinkMLSchemaConstants.LATEST_RELEASE, dependencies = { AuditedObjectDTO.class, DataProviderDTO.class })
@AGRCurationSchemaVersion(min = "2.5.0", max = LinkMLSchemaConstants.LATEST_RELEASE, dependencies = { AuditedObjectDTO.class, DataProviderDTO.class })
public class SubmittedObjectDTO extends AuditedObjectDTO {

@JsonView({ View.FieldsOnly.class })
Expand Down

0 comments on commit f9397ca

Please sign in to comment.