opencloud-eu / opencloud
5,758 Go🌤️ OpenCloud is the open source platform for file management, sharing and collaboration. Simple and sovereign.
opencloud/messages/eventhistory/v0/eventhistory.proto Specification
Located in protogen/gen/opencloud/messages/eventhistory/v0/eventhistory.swagger.json on branch HEAD
2.0
JSON
0.8 KB
Raw JSON Specification
{
"swagger": "2.0",
"info": {
"title": "opencloud/messages/eventhistory/v0/eventhistory.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
"type": "object",
"properties": {
"@type": {
"type": "string"
}
},
"additionalProperties": {}
},
"rpcStatus": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/protobufAny"
}
}
}
}
}
}