Fix for deviation list mapping in Restconf
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / modules / restconf-module-testing / deviatee-test@2019-06-11.yang
1 module deviatee-test {
2   yang-version 1.1;
3   namespace "http://tech/pantheon/deviatee-test";
4   prefix dev;
5
6   organization
7         "PANTHEON.tech s.r.o.";
8
9   description
10     "Prepared to receive deviations";
11
12   revision 2019-06-11 {
13     description
14       "Deviation test";
15   }
16
17   container test-container {
18     leaf comment {
19       type string {
20         length "0 .. 60";
21     }
22     description
23      "Just for Deviation testing";
24     }
25   }
26 }