Skip to content

Commit

Permalink
Merge pull request open-rpc#366 from open-rpc/fix/discover_params
Browse files Browse the repository at this point in the history
chore: fix missing params specification to rpc.discover
  • Loading branch information
shanejonas authored Aug 26, 2022
2 parents a4a1fb1 + bfb4e4e commit 157117f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ JSON-RPC APIs can support the OpenRPC specification by implementing a service di
{
"name": "rpc.discover",
"description": "Returns an OpenRPC schema as a description of this service",
"params": [],
"result": {
"name": "OpenRPC Schema",
"schema": {
Expand Down

0 comments on commit 157117f

Please sign in to comment.