Skip to content

Commit

Permalink
Update v3 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bussec committed Aug 22, 2023
1 parent 1fbe47a commit 8c6ba5c
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4578,6 +4578,15 @@ Cell:
miairr: defined
adc-query-support: true
name: Cell-associated receptors
reactivity_measurements:
type: array
nullable: true
description: >
Array of reactivity measurement identifiers for this Cell object
title: Reactivity measurements
items:
type: string
example: [id1, id2]
repertoire_id:
type: string
nullable: true
Expand Down Expand Up @@ -4733,7 +4742,7 @@ Receptor:
receptor_id:
type: string
nullable: false
description: ID of the current Receptor object, unique within the local repository.
description: ID of the current Receptor object, globally unique.
title: Receptor ID
example: TCR-MM-012345
x-airr:
Expand Down Expand Up @@ -4817,14 +4826,18 @@ Receptor:
reactivity_measurements:
type: array
nullable: true
description: Records of reactivity measurement
description: >
Array of reactivity measurement identifiers for this Receptor object
title: Reactivity measurements
items:
$ref: '#/ReceptorReactivity'
type: string
example: [id1, id2]


ReceptorReactivity:
type: object
required:
- receptor_reactivity_id
- ligand_type
- antigen_type
- antigen
Expand All @@ -4833,6 +4846,14 @@ ReceptorReactivity:
- reactivity_value
- reactivity_unit
properties:
receptor_reactivity_id:
type: string
nullable: false
description: ID of this ReceptorReactivity object, globally unique.
title: Receptor Reactivity ID
x-airr:
identifier: true
adc-query-support: true
ligand_type:
type: string
nullable: false
Expand Down Expand Up @@ -4883,6 +4904,13 @@ ReceptorReactivity:
top_node:
id: NCBITAXON:1
label: root
peptide_aa_string:
type: string
nullable: true
description: AA string of the peptide
title: Peptide AA String
x-airr:
adc-query-support: true
peptide_start:
type: integer
nullable: true
Expand Down Expand Up @@ -4951,6 +4979,7 @@ ReceptorReactivity:
- ELISA
- cytometry
- biological_activity
- MHC_peptide_multimer
description: The methodology used to assess expression (assay implemented in experiment)
reactivity_readout:
type: string
Expand All @@ -4962,6 +4991,7 @@ ReceptorReactivity:
- on_rate
- off_rate
- pathogen_inhibition
- barcode_count
description: Reactivity measurement read-out
example: cytokine release
reactivity_value:
Expand Down

0 comments on commit 8c6ba5c

Please sign in to comment.