Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions gdcdictionary/schemas/analyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ links:
target_type: study
multiplicity: many_to_many
required: false
- name: biospecimens
backref: analytes
label: derived_from
target_type: biospecimen
multiplicity: many_to_many
required: true

uniqueKeys:
- [id]
Expand Down Expand Up @@ -144,3 +150,5 @@ properties:
$ref: "_definitions.yaml#/to_many"
studies:
$ref: "_definitions.yaml#/to_many"
biospecimens:
$ref: "_definitions.yaml#/to_many"