diff --git a/proto/caosdb/entity/v1alpha1/main.proto b/proto/caosdb/entity/v1alpha1/main.proto
index fe46850ac1bb2318db504bfd569021bd11437c40..a16a6f01614b49a7eb923e2eafbeeb02a1d9fb35 100644
--- a/proto/caosdb/entity/v1alpha1/main.proto
+++ b/proto/caosdb/entity/v1alpha1/main.proto
@@ -508,7 +508,7 @@ message RetrieveRequest {
 // Response to a retrieve request
 message RetrieveResponse {
   // Payload of the retrieval
-  oneof wrapped_response {
+  oneof retrieve_response {
     // Result of a request by id or any other unique identifier.
     EntityResponse entity_response = 1;
     // Result of a FIND query
@@ -596,7 +596,7 @@ message TransactionRequest {
 message TransactionResponse {
   // We wrap these together in order to make this a repeatable field in the
   // MultiTransactionResponse.
-  oneof wrapped_response {
+  oneof transaction_response {
     // Single response to a delete transaction.
     DeleteResponse delete_response = 1;
     // Single response to an update transaction.