X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Fplans%2Fcps%2Fpnfsim%2Fnetconf-config%2Fstores.yang;h=59051f2a2838c8e17fd38d2ae20f4e592609c44a;hb=c76392f0491e357b444b3458cc26649f7dc1e7fb;hp=b24ac0e1acc7ebade82cef2d3f210d92a3bb4493;hpb=f7cb11a5d53d4964c236a6ecb2e2f4264f2437fd;p=cps.git diff --git a/csit/plans/cps/pnfsim/netconf-config/stores.yang b/csit/plans/cps/pnfsim/netconf-config/stores.yang index b24ac0e1a..59051f2a2 100644 --- a/csit/plans/cps/pnfsim/netconf-config/stores.yang +++ b/csit/plans/cps/pnfsim/netconf-config/stores.yang @@ -1,63 +1,63 @@ -module stores { - - yang-version 1.1; - - namespace "org:onap:ccsdk:sample"; - - prefix book-store; - - import ietf-yang-types { prefix yang; } - import ietf-inet-types { prefix inet; } - - revision "2020-09-15" { - description - "Sample Model"; - } - - typedef year { - type uint16 { - range "1000..9999"; - } - } - - container bookstore { - - leaf bookstore-name { - type string; - } - - list categories { - - key "code"; - - leaf code { - type string; - } - - leaf name { - type string; - } - - list books { - key title; - - leaf title { - type string; - } - leaf lang { - type string; - } - leaf-list authors { - type string; - } - leaf pub_year { - type year; - } - leaf price { - type uint64; - } - } - } - } -} - +module stores { + + yang-version 1.1; + + namespace "org:onap:ccsdk:sample"; + + prefix book-store; + + import ietf-yang-types { prefix yang; } + import ietf-inet-types { prefix inet; } + + revision "2020-09-15" { + description + "Sample Model"; + } + + typedef year { + type uint16 { + range "1000..9999"; + } + } + + container bookstore { + + leaf bookstore-name { + type string; + } + + list categories { + + key "code"; + + leaf code { + type string; + } + + leaf name { + type string; + } + + list books { + key title; + + leaf title { + type string; + } + leaf lang { + type string; + } + leaf-list authors { + type string; + } + leaf pub_year { + type year; + } + leaf price { + type uint64; + } + } + } + } +} +