Skip to content

Commit

Permalink
take out API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Sep 16, 2021
1 parent cb9ef50 commit 6dd697e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 285 deletions.
268 changes: 0 additions & 268 deletions specs/adc-api-germline.yaml

This file was deleted.

18 changes: 1 addition & 17 deletions specs/adc-api-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: '3.0.0'

info:
title: AIRR Data Commons API
version: 1.1.0
version: 1.0.0
contact:
name: AIRR Community
url: 'http://www.airr-community.org/'
Expand Down Expand Up @@ -133,18 +133,6 @@ components:
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/master/specs/airr-schema-openapi3.yaml#/Clone'

# list of germline sets
germline_set_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/master/specs/airr-schema-openapi3.yaml#/GermlineSet'

# list of gene descriptions
gene_description_list:
type: array
items:
$ref: 'https://raw.githubusercontent.com/airr-community/airr-standards/master/specs/airr-schema-openapi3.yaml#/GeneDescription'

# The response object /repertoire endpoint
repertoire_response:
type: object
Expand All @@ -153,10 +141,6 @@ components:
$ref: '#/components/schemas/info_object'
Repertoire:
$ref: '#/components/schemas/repertoire_list'
GermlineSet:
$ref: '#/components/schemas/germline_set_list'
GeneDescription:
$ref: '#/components/schemas/gene_description_list'
Facet:
$ref: '#/components/schemas/facet_list'

Expand Down

0 comments on commit 6dd697e

Please sign in to comment.