Bug fix to change leaf-list in yang
[sdnc/oam.git] / platform-logic / restconfapi-yang / src / main / yang / cds / execution-service.yang
index d7cf68f..fcd35ed 100644 (file)
@@ -32,10 +32,10 @@ module execution-service {
             }
         }
         container payload {
-            leaf-list template-prefix {
-                type string;
-            }
             container resource-assignment-request {
+                leaf-list template-prefix {
+                    type string;
+                }
                 anyxml resource-assignment-properties;
             }
         }