We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bab0a commit 59925b0Copy full SHA for 59925b0
host.json
@@ -2,26 +2,26 @@
2
"name": "contivModel",
3
"objects": [
4
{
5
- "name": "Bgp",
6
- "type": "object",
7
- "key": ["hostname"],
8
- "properties": {
9
- "hostname": {
10
- "type": "string",
11
- "title": "host name",
12
- "length": 256
13
- },
14
- "AS": {
15
16
- "title": "AS id",
17
- "length": 64
+ "name": "Bgp",
+ "type": "object",
+ "key": ["hostname"],
+ "properties": {
+ "hostname": {
+ "type": "string",
+ "title": "host name",
+ "length": 256
+ },
+ "AS": {
+ "title": "AS id",
+ "length": 64
18
},
19
"neighbor":{
20
"type": "string",
21
- "title": "Bgp neighbor",
22
- "length": 15
+ "title": "Bgp neighbor",
+ "length": 15
23
}
24
- }
25
- }]
+ }
+ }]
26
27
0 commit comments