Himal Kumar | b43724d | 2016-04-29 14:15:57 +1000 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "peer", | ||||
4 | "required": [ | ||||
5 | "name", | ||||
6 | "dpid", | ||||
7 | "ipAddress", | ||||
8 | "port" | ||||
9 | ], | ||||
10 | "properties": { | ||||
11 | "name": { | ||||
12 | "type": "string", | ||||
13 | "example": "Peer/Server 1" | ||||
14 | }, | ||||
15 | "dpid": { | ||||
16 | "type": "string", | ||||
17 | "example": "0000000000000027" | ||||
18 | }, | ||||
19 | "ipAddress": { | ||||
20 | "type": "string", | ||||
21 | "example": "192.168.1.1" | ||||
22 | }, | ||||
23 | "port": { | ||||
24 | "type": "string", | ||||
25 | "example": "of:0000000000000027/30" | ||||
26 | } | ||||
27 | } | ||||
28 | } |