aboutsummaryrefslogtreecommitdiffstats
path: root/postman-collections/bookstore-types.yang
blob: 5ad7b6e1308fe01b5a56acaa3478c97af97e14f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module bookstore-types {
  yang-version 1.1;
  namespace "org:onap:cps:types:sample";

  prefix types;

  revision "2024-01-30" {
    description
      "Sample Types";
  }

  typedef year {
    type uint16 {
      range "1000..9999";
    }
  }

}