Fix yang-library test root element
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / yang-library.json
1 {
2   "ietf-yang-library:modules-state": {
3     "module": [
4       {
5         "name": "module-with-revision",
6         "revision": "2014-04-08",
7         "schema": "http://localhost:8181/yanglib/schemas/module-with-revision/2014-04-08",
8         "namespace": "bla"
9       },
10       {
11         "name": "another-module-with-revision",
12         "revision": "2014-06-08",
13         "namespace": "test",
14         "schema": "http://localhost:8181/yanglib/schemas/another-module-with-revision/2013-10-21"
15       },
16       {
17         "name": "module-without-revision",
18         "revision": "",
19         "namespace": "namespace:module-without-revision",
20         "schema": "http://localhost:8181/yanglib/schemas/module-without-revision/2013-10-21"
21       }
22     ]
23   }
24 }