X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fnsr.yang;h=4f2eb7389b15ff4371a3f5595388974def290a3b;hp=12cf8504fe27e7263eee84e892bd36f8a67ab45e;hb=781fe34fd854f5b72fd5a4a5a1a9c65f727c4985;hpb=a55611f064765a0a53030907499c030face006c7 diff --git a/models/yang/nsr.yang b/models/yang/nsr.yang index 12cf850..4f2eb73 100644 --- a/models/yang/nsr.yang +++ b/models/yang/nsr.yang @@ -217,6 +217,12 @@ module nsr key "id"; unique "name"; + leaf schema-version { + description "Schema version for the NSR. If unspecified, it assumes v3.0"; + type string; + default "v3.0"; + } + leaf id { description "Identifier for the NSR."; type yang:uuid;