Skip to content

Commit

Permalink
Add repertoire_id and data_processing_id
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie authored Jan 16, 2024
1 parent f3d6d11 commit 70f1365
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4590,7 +4590,7 @@ Cell:
data_processing_id:
type: string
nullable: true
description: Identifier of the data processing object in the repertoire metadata for this clone.
description: Identifier of the data processing object in the repertoire metadata for this cell.
title: Data processing for cell
x-airr:
miairr: defined
Expand Down Expand Up @@ -4682,7 +4682,7 @@ CellExpression:
name: Parental repertoire of cell
data_processing_id:
type: string
description: Identifier of the data processing object in the repertoire metadata for this clone.
description: Identifier of the data processing object in the repertoire metadata for this cell.
title: Data processing for cell
nullable: true
x-airr:
Expand Down Expand Up @@ -5066,6 +5066,24 @@ CellReactivity:
title: Cell ID
x-airr:
adc-query-support: true
repertoire_id:
type: string
description: Identifier for the associated repertoire in study metadata.
title: Parental repertoire of cell
nullable: true
x-airr:
miairr: defined
adc-query-support: true
name: Parental repertoire of cell
data_processing_id:
type: string
description: Identifier of the data processing object in the repertoire metadata for this cell.
title: Data processing for cell
nullable: true
x-airr:
miairr: defined
adc-query-support: true
name: Data processing for cell
ligand_type:
type: string
nullable: false
Expand Down

0 comments on commit 70f1365

Please sign in to comment.