UNPKG

@alius/rpc

Version:

JSON-RPC 2.0 implementation configured with OpenRPC

21 lines (20 loc) 435 B
{ "openrpc": "1.2.6", "info": { "version": "1.0.0", "title": "Test" }, "methods": [ { "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" } } } ] }