Skip to content

Commit 157117f

Browse files
authored
Merge pull request #366 from open-rpc/fix/discover_params
chore: fix missing params specification to rpc.discover
2 parents a4a1fb1 + bfb4e4e commit 157117f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ JSON-RPC APIs can support the OpenRPC specification by implementing a service di
8181
{
8282
"name": "rpc.discover",
8383
"description": "Returns an OpenRPC schema as a description of this service",
84+
"params": [],
8485
"result": {
8586
"name": "OpenRPC Schema",
8687
"schema": {

0 commit comments

Comments
 (0)