Skip to content

Commit

Permalink
Remove array from root response, fix ga4gh-beacon#161
Browse files Browse the repository at this point in the history
  • Loading branch information
mcupak committed Apr 24, 2018
1 parent fe73365 commit beb818d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ externalDocs:
paths:
/:
get:
description: Get information about Beacon
description: Get information about the Beacon
operationId: getBeacon
responses:
'200':
description: OK / Call is successful
description: successful operation
content:
application/json:
schema:
items:
$ref: '#/components/schemas/Beacon'
$ref: '#/components/schemas/Beacon'
/query:
get:
description: Get response to a Beacon query for allele information.
Expand Down Expand Up @@ -142,7 +141,7 @@ paths:
description: >
The `variantType` is used to denote e.g. structural variants.
Examples:
Examples:
* DUP: duplication of sequence following `start`; not necessarily in
situ
Expand Down Expand Up @@ -176,7 +175,7 @@ paths:
description: >
Indicator of whether responses for individual datasets
(datasetAlleleResponses) should be included in the response
(BeaconAlleleResponse) to this request or not.
(BeaconAlleleResponse) to this request or not.
If null (not specified), the default value of NONE is assumed.
in: query
Expand All @@ -190,7 +189,7 @@ paths:
- NONE
responses:
'200':
description: OK / Call is successful
description: successful operation
content:
application/json:
schema:
Expand Down Expand Up @@ -223,7 +222,7 @@ paths:
operationId: postBeaconAlleleResponse
responses:
'200':
description: OK / Call is successful
description: successful operation
content:
application/json:
schema:
Expand Down

0 comments on commit beb818d

Please sign in to comment.