forked from netmod-wg/schema-mount
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema-mounts-ex1-lne.json
51 lines (51 loc) · 1.21 KB
/
schema-mounts-ex1-lne.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
"ietf-yang-schema-mount:schema-mounts": {
"namespace": [
{
"prefix": "if",
"uri": "urn:ietf:params:xml:ns:yang:ietf-interfaces"
}
],
"mount-point": [
{
"module": "ietf-network-instance",
"name": "root",
"use-schema": [
{
"name": "ni-schema",
"parent-reference": ["/if:interfaces"]
}
]
}
],
"schema": [
{
"name": "ni-schema",
"module": [
{
"name": "ietf-ipv4-unicast-routing",
"revision": "2016-11-04",
"namespace":
"urn:ietf:params:xml:ns:yang:ietf-ipv4-unicast-routing",
"conformance-type": "implement"
},
{
"name": "ietf-ipv6-unicast-routing",
"revision": "2016-11-04",
"namespace":
"urn:ietf:params:xml:ns:yang:ietf-ipv6-unicast-routing",
"conformance-type": "implement"
},
{
"name": "ietf-routing",
"revision": "2016-11-04",
"feature": [
"multiple-ribs",
"router-id"
],
"namespace": "urn:ietf:params:xml:ns:yang:ietf-routing",
"conformance-type": "implement"
}
]
}
]
}