Skip to content

Commit

Permalink
Sync schema with language schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Dec 5, 2023
1 parent f7fc9c0 commit cf9ad46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ Cell:
rearrangements:
type: array
description: >
Array of sequence identifiers defined for the Rearrangement object
Array of sequence identifiers defined for the Rearrangement objects associated with this Cell
title: Cell-associated rearrangements
items:
type: string
Expand All @@ -4275,7 +4275,7 @@ Cell:
receptors:
type: array
description: >
Array of receptor identifiers defined for the Receptor object
Array of receptor identifiers defined for the Receptor objects associated with this Cell
title: Cell-associated receptors
items:
type: string
Expand All @@ -4288,7 +4288,7 @@ Cell:
reactivity_measurements:
type: array
description: >
Array of reactivity measurement identifiers for this Cell object
Array of reactivity measurement identifiers for the ReceptorReactivity objects associated with this Cell
title: Reactivity measurements
items:
type: string
Expand Down Expand Up @@ -4536,7 +4536,7 @@ Receptor:
reactivity_measurements:
type: array
description: >
Array of reactivity measurement identifiers for this Receptor object
Array of reactivity measurement identifiers for the ReceptorReactivity objects associated with this Receptor
title: Reactivity measurements
items:
type: string
Expand Down
8 changes: 4 additions & 4 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ Cell:
rearrangements:
type: array
description: >
Array of sequence identifiers defined for the Rearrangement object
Array of sequence identifiers defined for the Rearrangement objects associated with this Cell
title: Cell-associated rearrangements
items:
type: string
Expand All @@ -4275,7 +4275,7 @@ Cell:
receptors:
type: array
description: >
Array of receptor identifiers defined for the Receptor object
Array of receptor identifiers defined for the Receptor objects associated with this Cell
title: Cell-associated receptors
items:
type: string
Expand All @@ -4288,7 +4288,7 @@ Cell:
reactivity_measurements:
type: array
description: >
Array of reactivity measurement identifiers for this Cell object
Array of reactivity measurement identifiers for the ReceptorReactivity objects associated with this Cell
title: Reactivity measurements
items:
type: string
Expand Down Expand Up @@ -4536,7 +4536,7 @@ Receptor:
reactivity_measurements:
type: array
description: >
Array of reactivity measurement identifiers for this Receptor object
Array of reactivity measurement identifiers for the ReceptorReactivity objects associated with this Receptor
title: Reactivity measurements
items:
type: string
Expand Down

0 comments on commit cf9ad46

Please sign in to comment.