Skip to content

Commit

Permalink
diagnosis is associated with subject
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Feb 22, 2019
1 parent 81fe20e commit c13d3f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specs/airr-schema.yaml
Expand Up @@ -128,6 +128,10 @@ Subject:
type: string type: string
description: Relation between subject and `linked_subjects`, can be genetic or environmental (e.g.exposure) description: Relation between subject and `linked_subjects`, can be genetic or environmental (e.g.exposure)
x-miairr: true x-miairr: true
diagnosis:
type: array
items:
$ref: '#/Diagnosis'


# 1-to-n relationship between a subject and its diagnoses # 1-to-n relationship between a subject and its diagnoses
Diagnosis: Diagnosis:
Expand Down Expand Up @@ -469,10 +473,6 @@ Repertoire:
$ref: '#/Study' $ref: '#/Study'
subject: subject:
$ref: '#/Subject' $ref: '#/Subject'
diagnosis:
type: array
items:
$ref: '#/Diagnosis'
sample: sample:
type: array type: array
items: items:
Expand Down

0 comments on commit c13d3f9

Please sign in to comment.