diff --git a/lang/R/inst/extdata/airr-schema.yaml b/lang/R/inst/extdata/airr-schema.yaml index 7c2435e8e..3e0bca4c5 100644 --- a/lang/R/inst/extdata/airr-schema.yaml +++ b/lang/R/inst/extdata/airr-schema.yaml @@ -4614,13 +4614,6 @@ ReceptorReactivity: top_node: id: NCBITAXON:1 label: root - peptide_aa_string: - type: string - description: AA string of the peptide - title: Peptide AA String - x-airr: - nullable: true - adc-query-support: true peptide_start: type: integer description: Start position of the peptide within the reference protein sequence @@ -4631,13 +4624,14 @@ ReceptorReactivity: description: End position of the peptide within the reference protein sequence x-airr: nullable: true - peptide_sequence: + peptide_sequence_aa: type: string description: > The actual peptide sequence against which the receptor reactivity was measured. This field should be used as a convenience for antigens of antigen_type `protein` or `peptide`. x-airr: nullable: true + adc-query-support: true mhc_class: type: string enum: diff --git a/lang/python/airr/specs/airr-schema.yaml b/lang/python/airr/specs/airr-schema.yaml index 7c2435e8e..3e0bca4c5 100644 --- a/lang/python/airr/specs/airr-schema.yaml +++ b/lang/python/airr/specs/airr-schema.yaml @@ -4614,13 +4614,6 @@ ReceptorReactivity: top_node: id: NCBITAXON:1 label: root - peptide_aa_string: - type: string - description: AA string of the peptide - title: Peptide AA String - x-airr: - nullable: true - adc-query-support: true peptide_start: type: integer description: Start position of the peptide within the reference protein sequence @@ -4631,13 +4624,14 @@ ReceptorReactivity: description: End position of the peptide within the reference protein sequence x-airr: nullable: true - peptide_sequence: + peptide_sequence_aa: type: string description: > The actual peptide sequence against which the receptor reactivity was measured. This field should be used as a convenience for antigens of antigen_type `protein` or `peptide`. x-airr: nullable: true + adc-query-support: true mhc_class: type: string enum: diff --git a/specs/airr-schema-openapi3.yaml b/specs/airr-schema-openapi3.yaml index efa195763..6cbf70fdb 100644 --- a/specs/airr-schema-openapi3.yaml +++ b/specs/airr-schema-openapi3.yaml @@ -4904,13 +4904,6 @@ 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 @@ -4919,12 +4912,14 @@ ReceptorReactivity: type: integer nullable: true description: End position of the peptide within the reference protein sequence - peptide_sequence: + peptide_sequence_aa: type: string nullable: true description: > The actual peptide sequence against which the receptor reactivity was measured. This field should be used as a convenience for antigens of antigen_type `protein` or `peptide`. + x-airr: + adc-query-support: true mhc_class: type: string nullable: true diff --git a/specs/airr-schema.yaml b/specs/airr-schema.yaml index 7c2435e8e..3e0bca4c5 100644 --- a/specs/airr-schema.yaml +++ b/specs/airr-schema.yaml @@ -4614,13 +4614,6 @@ ReceptorReactivity: top_node: id: NCBITAXON:1 label: root - peptide_aa_string: - type: string - description: AA string of the peptide - title: Peptide AA String - x-airr: - nullable: true - adc-query-support: true peptide_start: type: integer description: Start position of the peptide within the reference protein sequence @@ -4631,13 +4624,14 @@ ReceptorReactivity: description: End position of the peptide within the reference protein sequence x-airr: nullable: true - peptide_sequence: + peptide_sequence_aa: type: string description: > The actual peptide sequence against which the receptor reactivity was measured. This field should be used as a convenience for antigens of antigen_type `protein` or `peptide`. x-airr: nullable: true + adc-query-support: true mhc_class: type: string enum: