Skip to content

Commit

Permalink
point to latest schema on 1.5 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Jul 3, 2024
1 parent ba47fd9 commit dcb4ecf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions specs/adc-api-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ components:
repertoire_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/Repertoire'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema-openapi3.yaml#/Repertoire'

# list of facets
facet_list:
Expand All @@ -125,7 +125,7 @@ components:
rearrangement_extension:
description: The extended Rearrangement object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/Rearrangement'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema-openapi3.yaml#/Rearrangement'
- type: object
properties:
adc_v_subgroup:
Expand Down Expand Up @@ -237,7 +237,7 @@ components:
clone_extension:
description: The extended Clone object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/Clone'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema-openapi3.yaml#/Clone'
- type: object
properties:
adc_v_subgroup:
Expand Down Expand Up @@ -339,7 +339,7 @@ components:
cell_extension:
description: The extended Cell object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/Cell'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema-openapi3.yaml#/Cell'
- type: object
properties:
adc_annotation_cell_id:
Expand All @@ -363,13 +363,13 @@ components:
expression_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/CellExpression'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema-openapi3.yaml#/CellExpression'

# list of receptor extension fields
receptor_extension:
description: The extended Receptor object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/Receptor'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema-openapi3.yaml#/Receptor'

# list of receptor annotations
receptor_list:
Expand Down
12 changes: 6 additions & 6 deletions specs/adc-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ definitions:
repertoire_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/Repertoire'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema.yaml#/Repertoire'

# list of facets
facet_list:
Expand All @@ -99,7 +99,7 @@ definitions:
rearrangement_extension:
description: The extended Rearrangement object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/Rearrangement'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema.yaml#/Rearrangement'
- type: object
properties:
adc_v_subgroup:
Expand Down Expand Up @@ -222,7 +222,7 @@ definitions:
clone_extension:
description: The extended Clone object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/Clone'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema.yaml#/Clone'
- type: object
properties:
adc_v_subgroup:
Expand Down Expand Up @@ -344,7 +344,7 @@ definitions:
cell_extension:
description: The extended Cell object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/Cell'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema.yaml#/Cell'
- type: object
properties:
adc_annotation_cell_id:
Expand Down Expand Up @@ -388,7 +388,7 @@ definitions:
expression_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/CellExpression'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema.yaml#/CellExpression'

# The response object /expression/{expression_id} endpoint
expression_id_response:
Expand All @@ -414,7 +414,7 @@ definitions:
receptor_extension:
description: The extended Receptor object with additional query fields for the ADC.
allOf:
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/Receptor'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/release-1.5/specs/airr-schema.yaml#/Receptor'

# list of receptor annotations
receptor_list:
Expand Down

0 comments on commit dcb4ecf

Please sign in to comment.