2020-05-06 17:43:56 +03:00
|
|
|
{
|
|
|
|
"swagger": "2.0",
|
|
|
|
"info": {
|
|
|
|
"title": "lnclipb/lncli.proto",
|
|
|
|
"version": "version not set"
|
|
|
|
},
|
|
|
|
"consumes": [
|
|
|
|
"application/json"
|
|
|
|
],
|
|
|
|
"produces": [
|
|
|
|
"application/json"
|
|
|
|
],
|
|
|
|
"paths": {},
|
2020-05-28 14:07:31 +03:00
|
|
|
"definitions": {
|
|
|
|
"protobufAny": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"type_url": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "byte"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeError": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"error": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"type": "integer",
|
|
|
|
"format": "int32"
|
|
|
|
},
|
|
|
|
"message": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"details": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"$ref": "#/definitions/protobufAny"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-06 17:43:56 +03:00
|
|
|
}
|