spec
spec copied to clipboard
Cannot support dynamic length params
@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
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
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.