UNPKG
@alius/rpc
Version:
latest (1.0.6)
1.0.6
1.0.5
JSON-RPC 2.0 implementation configured with OpenRPC
bitbucket.org/aleksandras-novikovas/rpc
@alius/rpc
/
src
/
rpc.discover.json
12 lines
(11 loc)
•
285 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"rpc.discover"
,
"description"
:
"Returns an OpenRPC schema as a description of this service"
,
"params"
: [],
"result"
: {
"name"
:
"OpenRPC Schema"
,
"schema"
: {
"
$ref
"
:
"https://raw.githubusercontent.com/open-rpc/meta-schema/master/schema.json"
} } }