framework_v2/proto/spider/mce-spider.swagger.json
2024-07-15 16:31:17 +08:00

58 lines
1.0 KiB
JSON

{
"swagger": "2.0",
"info": {
"title": "api/greeting/greeting.proto",
"version": "version not set"
},
"tags": [
{
"name": "GreetingService"
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"GreetingServiceHelloResponse": {
"type": "object",
"properties": {
"hello": {
"type": "string"
}
}
},
"protobufAny": {
"type": "object",
"properties": {
"@type": {
"type": "string"
}
},
"additionalProperties": {}
},
"rpcStatus": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
},
"details": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/protobufAny"
}
}
}
}
}
}