Skip to content

Commit

Permalink
Merge pull request #236 from alliance-genome/construct_association_up…
Browse files Browse the repository at this point in the history
…date

Update association to use EvidenceAssociation
  • Loading branch information
markquintontulloch authored Oct 13, 2023
2 parents 0cbac34 + 58a0d35 commit 2a6c7ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions generated/jsonschema/allianceModel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7598,6 +7598,13 @@
"format": "date-time",
"type": "string"
},
"evidence": {
"description": "",
"items": {
"type": "string"
},
"type": "array"
},
"internal": {
"description": "Classifies the entity as private (for internal use) or not (for public use).",
"type": "boolean"
Expand Down
5 changes: 2 additions & 3 deletions model/schema/reagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ classes:
required: true

ConstructGenomicEntityAssociation:
is_a: Association
is_a: EvidenceAssociation
description: >-
An association class to capture the identity of a construct component that is
a known genomic entity with a curie and any accompanying meta data about the
Expand All @@ -287,7 +287,7 @@ classes:
required: false

ConstructGenomicEntityAssociationDTO:
is_a: AuditedObjectDTO
is_a: EvidenceAssociationDTO
description: >-
Ingest class for association between a construct component that is a known genomic
entity with a curie and any accompanying meta data about the relationship between
Expand All @@ -297,7 +297,6 @@ classes:
- genomic_entity_relation_name
- genomic_entity_curie
- note_dtos
- evidence_curies
slot_usage:
genomic_entity_curie:
required: true
Expand Down

0 comments on commit 2a6c7ea

Please sign in to comment.