You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Beacon response that includes record level details, grouped in Resultsets.
330
365
properties:
@@ -448,7 +483,7 @@ components:
448
483
type: object
449
484
HandoverType:
450
485
type: object
451
-
description: in our context, only htsget urls should be returned
486
+
description: in our context, only htsget or download urls should be returned
452
487
properties:
453
488
id:
454
489
type: string
@@ -458,6 +493,7 @@ components:
458
493
type: string
459
494
enum:
460
495
- HTSGET
496
+
- DOWNLOAD
461
497
IncludeResultsetResponses:
462
498
default: HIT
463
499
description: Indicator of whether responses from every Resultset should be included in the response to this request or just the ones with positive, negative results or no details at all. If null (not specified), the default value of 'HIT' is assumed. This parameter allows for returning boolean/counting results although the Beacon instance is capable to return record level details.
@@ -603,6 +639,23 @@ components:
603
639
- resultSets
604
640
title: Beacon ResultSet
605
641
type: object
642
+
QuickSearchResult:
643
+
description: Result with initial estimated data and a link to full Beacon result
644
+
type: object
645
+
properties:
646
+
beaconResultUrl:
647
+
type: string
648
+
estimatedResults:
649
+
type: array
650
+
items:
651
+
type: object
652
+
properties:
653
+
analysisId:
654
+
type: string
655
+
programId:
656
+
type: string
657
+
variantCount:
658
+
type: integer
606
659
BeaconCountResponseSection:
607
660
description: Payload definition for the "count" response.
608
661
properties:
@@ -884,6 +937,7 @@ components:
884
937
type: string
885
938
genotype:
886
939
type: object
940
+
description: based on suggested modification at https://github.com/ga4gh-beacon/beacon-v2/issues/57#issuecomment-1452561660
0 commit comments