diff --git a/proto/automation.proto b/proto/automation.proto
index a7e26fea2c7981896fd6c0c72d5041ff59fd3563..c482dc0dad4d0768eac79c16ff95cb334f42dd65 100644
--- a/proto/automation.proto
+++ b/proto/automation.proto
@@ -39,12 +39,12 @@ enum ZSMServiceStateEnum {
 
 message ZSMCreateRequest {
   context.ServiceId serviceId = 1;
-  PolicyRuleList policyList = 2;
+  policy.PolicyRuleList policyList = 2;
 }
 
 message ZSMCreateUpdate {
   context.Uuid ZSMServiceID = 1;
-  PolicyRuleList policyList = 2;
+  policy.PolicyRuleList policyList = 2;
 }
 
 // A unique identifier per ZSM service
@@ -63,7 +63,7 @@ message ZSMService {
   ZSMServiceID zsmServiceId = 1;
 
   context.ServiceId serviceId = 2;
-  PolicyRuleList policyList = 3;
+  policy.PolicyRuleList policyList = 3;
 
   // TODO: When new Analytics and updated Monitoring are in place, add the necessary binding to them
 }