Skip to content

Commit

Permalink
V1.4.1 adc api patch (#643)
Browse files Browse the repository at this point in the history
* Update API version and AIRR spec references
* Add version update and reference v1.4.1 spec
  • Loading branch information
bcorrie committed Sep 24, 2022
1 parent b12fa27 commit 76ef050
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions specs/adc-api-openapi3.yaml
Expand Up @@ -2,7 +2,7 @@ openapi: '3.0.0'

info:
title: AIRR Data Commons API
version: 1.0.0
version: 1.2.0
contact:
name: AIRR Community
url: 'http://www.airr-community.org/'
Expand Down Expand Up @@ -110,7 +110,7 @@ components:
repertoire_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/master/specs/airr-schema-openapi3.yaml#/Repertoire'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema-openapi3.yaml#/Rearrangement'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Clone'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Cell'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/CellExpression'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Receptor'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema-openapi3.yaml#/Receptor'

# list of receptor annotations
receptor_list:
Expand Down
14 changes: 7 additions & 7 deletions specs/adc-api.yaml
Expand Up @@ -2,7 +2,7 @@ swagger: '2.0'

info:
title: AIRR Data Commons API
version: 1.1.0
version: 1.2.0
contact:
name: AIRR Community
url: 'http://www.airr-community.org/'
Expand Down Expand Up @@ -73,7 +73,7 @@ definitions:
repertoire_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/master/specs/airr-schema.yaml#/Repertoire'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Rearrangement'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Clone'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Cell'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/CellExpression'
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/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/master/specs/airr-schema.yaml#/Receptor'
- $ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/v1.4.1/specs/airr-schema.yaml#/Receptor'

# list of receptor annotations
receptor_list:
Expand Down

0 comments on commit 76ef050

Please sign in to comment.