Request parameter g_variant.end
should have a minimum of 1 value
#130
Labels
bug
Something isn't working
g_variant.end
should have a minimum of 1 value
#130
The current definition of
end
says that it should have a minimum of 0 items. This is wrong and conflates the optional nature of the parameter with its content1.beacon-v2/models/src/beacon-v2-default-model/genomicVariations/requestParameters.yaml
Line 51 in afaf76a
This needs to be fixed; if
end
is being used it has to have be a list of 1 or 2 integers.Footnotes
This originates from an earlier use in Beacon v1 where queries were always for positional elements and. ↩
The text was updated successfully, but these errors were encountered: