blob: 67c181c00f6a3e5202fc66866460e772b4fe737e [file] [log] [blame]
andreac0085112015-11-24 18:01:45 -08001{
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}