andrea | c008511 | 2015-11-24 18:01:45 -0800 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "host", | ||||
4 | "required": [ | ||||
5 | "type", | ||||
6 | "appId", | ||||
7 | "priority", | ||||
8 | "one", | ||||
9 | "two" | ||||
10 | ], | ||||
11 | "properties": { | ||||
12 | "type": { | ||||
13 | "type": "string", | ||||
14 | "example": "HostToHostIntent" | ||||
15 | }, | ||||
16 | "appId": { | ||||
17 | "type": "string", | ||||
18 | "example": "org.onosproject.ovsdb" | ||||
19 | }, | ||||
20 | "priority": { | ||||
21 | "type": "integer", | ||||
22 | "format": "int64", | ||||
23 | "example": 55 | ||||
24 | }, | ||||
25 | "one": { | ||||
26 | "type": "string", | ||||
27 | "example": "46:E4:3C:A4:17:C8/-1" | ||||
28 | }, | ||||
29 | "two": { | ||||
30 | "type": "string", | ||||
31 | "example": "08:00:27:56:8a:15/-1" | ||||
32 | } | ||||
33 | } | ||||
34 | } |