Files
bdledger-apis/docs/openapiv2/bdware/bdledger/api/error_details.swagger.json

47 lines
844 B
JSON
Raw Normal View History

2020-12-05 11:11:36 +08:00
{
"swagger": "2.0",
"info": {
"title": "bdware/bdledger/api/error_details.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
"type": "object",
"properties": {
"typeUrl": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"rpcStatus": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/protobufAny"
}
}
}
}
}
}