Jonathan Hart | 07eb041 | 2016-02-08 16:42:29 -0800 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "route", | ||||
4 | "required": [ | ||||
5 | "source", | ||||
6 | "group" | ||||
7 | ], | ||||
8 | "properties": { | ||||
9 | "source": { | ||||
10 | "type": "string", | ||||
11 | "example": "10.1.1.0", | ||||
12 | "description": "Multicast source IP address" | ||||
13 | }, | ||||
14 | "group": { | ||||
15 | "type": "string", | ||||
16 | "example": "10.1.1.0", | ||||
17 | "description": "Multicast group IP address" | ||||
18 | } | ||||
19 | } | ||||
20 | } |