Extend data-type to initial-config-primitive
[osm/IM.git] / models / yang / vlr.yang
index 6a9b591..9137539 100644 (file)
@@ -50,6 +50,12 @@ module vlr
 
   augment "/rw-project:project" {
     container vlr-catalog {
+      leaf schema-version {
+        description "Schema version for the VLR. If unspecified, it assumes v3.0";
+        type string;
+        default "v3.0";
+      }
+
       config false;
 
       list vlr {