Skip to content

Commit

Permalink
Clarify definition of AlleleDescription.label (#718)
Browse files Browse the repository at this point in the history
Clarify definition of `AlleleDescription.label`
  • Loading branch information
javh authored Aug 27, 2023
1 parent d30beff commit 81d2af8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,10 @@ AlleleDescription:
miairr: important
label:
type: string
description: The accepted name for this gene or allele
description: >
The accepted name for this gene or allele following the relevant nomenclature.
The value in this field should correspond to values in acceptable name fields of other schemas,
such as v_call, d_call, and j_call fields.
example: IGHV1-69*01
x-airr:
miairr: important
Expand Down
5 changes: 4 additions & 1 deletion lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,10 @@ AlleleDescription:
miairr: important
label:
type: string
description: The accepted name for this gene or allele
description: >
The accepted name for this gene or allele following the relevant nomenclature.
The value in this field should correspond to values in acceptable name fields of other schemas,
such as v_call, d_call, and j_call fields.
example: IGHV1-69*01
x-airr:
miairr: important
Expand Down
5 changes: 4 additions & 1 deletion specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,10 @@ AlleleDescription:
nullable: true
x-airr:
miairr: important
description: The accepted name for this gene or allele
description: >
The accepted name for this gene or allele following the relevant nomenclature.
The value in this field should correspond to values in acceptable name fields of other schemas,
such as v_call, d_call, and j_call fields.
example: IGHV1-69*01
sequence:
type: string
Expand Down
5 changes: 4 additions & 1 deletion specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,10 @@ AlleleDescription:
miairr: important
label:
type: string
description: The accepted name for this gene or allele
description: >
The accepted name for this gene or allele following the relevant nomenclature.
The value in this field should correspond to values in acceptable name fields of other schemas,
such as v_call, d_call, and j_call fields.
example: IGHV1-69*01
x-airr:
miairr: important
Expand Down

0 comments on commit 81d2af8

Please sign in to comment.