Skip to content

Commit

Permalink
add missing required link
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jul 1, 2024
1 parent ced2319 commit 7f9664e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gdcdictionary/schemas/image_annotation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ links:
- exclusive: false
required: true
subgroup:
- name: core_metadata_collections
backref: image_files
label: data_from
target_type: core_metadata_collection
multiplicity: many_to_one
required: false
- name: datasets
backref: annotations
label: related_to
Expand Down Expand Up @@ -162,3 +168,6 @@ properties:
image_files:
description: The submitter_id or id of the image file this annotation relates to, i.e., a link to a record in the parent node.
$ref: "_definitions.yaml#/to_one"

core_metadata_collections:
$ref: "_definitions.yaml#/to_one"

0 comments on commit 7f9664e

Please sign in to comment.