-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
Description
From the spec
| Field Name | Type | Description |
|---|---|---|
| paramStructure | "by-name" | "by-position" | Format the server expects the params. Defaults to "by-position". |
Some JSON-RPC servers (e.g. StreamJsonRpc) support either by-name or by-position for all methods. How can this be conveyed in the schema?
Reactions are currently unavailable