Create shared postman collections
[cps.git] / postman-collections / bookstore-types.yang
1 module bookstore-types {
2   yang-version 1.1;
3   namespace "org:onap:cps:types:sample";
4
5   prefix types;
6
7   revision "2024-01-30" {
8     description
9       "Sample Types";
10   }
11
12   typedef year {
13     type uint16 {
14       range "1000..9999";
15     }
16   }
17
18 }