@firebolt-js/openrpc
Version:
The Firebolt SDK Code & Doc Generator
39 lines • 947 B
JSON
{
"openrpc": "1.2.4",
"info": {
"title": "",
"version": ""
},
"methods": [
{
"name": "rpc.discover",
"summary": "The OpenRPC schema for this JSON-RPC API",
"tags": [
{
"name": "capabilities",
"x-uses": [ "xrn:firebolt:capability:rpc:discover" ]
}
],
"params": [],
"result": {
"name": "OpenRPC Schema",
"schema": {
"type": "object"
}
},
"examples": [
{
"name": "Default",
"params": [],
"result": {
"name": "schema",
"value": {}
}
}
]
}
],
"components": {
"schemas": {}
}
}