Skip to content

Commit

Permalink
Update requestParameters.yaml for at least 1 end value
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Jul 6, 2024
1 parent 13f8ac9 commit 971a2ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ g_variant:
- typical use are queries for SNV and small InDels
- the use of `start` without an `end` parameter requires the use of
`alternateBases`
* `start` and `end`:
* 1 value in both `start` and `end`:
- for searching any variant falling fully or partially within the range
between `start` and `end` (a.k.a. "range query")
- additional use of `variantType` OR `alternateBases` can limit the
Expand Down Expand Up @@ -48,7 +48,7 @@ g_variant:
type: integer
format: int64
minimum: 1
minItems: 0
minItems: 1
maxItems: 2
referenceBases:
$ref: ./requestParametersComponents.yaml#/definitions/ReferenceBases
Expand Down

0 comments on commit 971a2ad

Please sign in to comment.