Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request parameter g_variant.end should have a minimum of 1 value #130

Open
mbaudis opened this issue Jul 6, 2024 · 2 comments
Open

Request parameter g_variant.end should have a minimum of 1 value #130

mbaudis opened this issue Jul 6, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mbaudis
Copy link
Member

mbaudis commented Jul 6, 2024

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.

This needs to be fixed; if end is being used it has to have be a list of 1 or 2 integers.

Footnotes

  1. This originates from an earlier use in Beacon v1 where queries were always for positional elements and.

@mbaudis mbaudis added the bug Something isn't working label Jul 6, 2024
@mbaudis
Copy link
Member Author

mbaudis commented Jul 6, 2024

@costero-e I have committed the fixes to thew schema-urgent-fixes branch

Please clean up :-)

@costero-e
Copy link
Collaborator

costero-e commented Jul 10, 2024

This is being requested to merge here #82, can you review @jrambla ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants