Merge "BUG 1082 Migrate sal-rest-connector to Async Data Broker API"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / datastore-and-scope-specification / opendaylight-inventory.yang
1 module opendaylight-inventory {
2     namespace "urn:opendaylight:inventory";
3     prefix inv;
4
5     revision "2013-08-19" {
6         description "Initial revision of Inventory model";
7     }
8     
9     
10     container nodes {
11         list node {
12             key "id";
13             leaf id {
14                 type string;
15             }
16         }
17     }
18
19 }