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

Cannot support dynamic length params #229

Open
BelfordZ opened this issue Sep 20, 2019 · 2 comments
Open

Cannot support dynamic length params #229

BelfordZ opened this issue Sep 20, 2019 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@BelfordZ
Copy link
Member

BelfordZ commented Sep 20, 2019

@rmedaer

The issue is with methods that take an array of variable length, where the items must match a single schema, or where the items must be oneOf / allOf a set of schemas

@BelfordZ
Copy link
Member Author

Im not exactly sure that JSON-RPC actually support variable length arguments when using by-position (params as array).

That being said, if we were to take on a JSON-RPC 3.0, this variable length params thing would fall under the feature streaming interface

@stale
Copy link

stale bot commented Dec 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 23, 2019
@stale stale bot closed this as completed Dec 30, 2019
@shanejonas shanejonas reopened this Mar 25, 2024
@stale stale bot removed the stale label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants