recommender/pkg/protos/document/apidocs.swagger.json
2024-11-06 18:47:56 +08:00

58 lines
1.0 KiB
JSON

{
"swagger": "2.0",
"info": {
"title": "pkg/protos/documentService/service.proto",
"version": "version not set"
},
"tags": [
{
"name": "DocumentService"
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"ListDocumentsResponse": {
"type": "object",
"properties": {
"Message": {
"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"
}
}
}
}
}
}