Extend data-type to initial-config-primitive
[osm/IM.git] / models / yang / mano-types.yang
index ba917c0..9fb3713 100644 (file)
@@ -78,6 +78,12 @@ module mano-types
         type string;
       }
 
+      leaf data-type {
+        description
+            "Data type associated with the value.";
+        type manotypes:parameter-data-type;
+      }
+
       leaf value {
         description
             "Value associated with the name.";