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 | ], |
Kalhee Kim | 4b2dc72 | 2017-10-05 11:56:14 +0000 | [diff] [blame] | 8 | "optional": [ |
| 9 | "ingress" |
| 10 | ], |
Jonathan Hart | 07eb041 | 2016-02-08 16:42:29 -0800 | [diff] [blame] | 11 | "properties": { |
| 12 | "source": { |
| 13 | "type": "string", |
| 14 | "example": "10.1.1.0", |
| 15 | "description": "Multicast source IP address" |
| 16 | }, |
| 17 | "group": { |
| 18 | "type": "string", |
| 19 | "example": "10.1.1.0", |
| 20 | "description": "Multicast group IP address" |
Kalhee Kim | 4b2dc72 | 2017-10-05 11:56:14 +0000 | [diff] [blame] | 21 | }, |
| 22 | "ingress": { |
| 23 | "type": "string", |
| 24 | "example": "of:0000000000000001/1", |
| 25 | "description": "Multicast ingress Connection Point device and port" |
Jonathan Hart | 07eb041 | 2016-02-08 16:42:29 -0800 | [diff] [blame] | 26 | } |
| 27 | } |
| 28 | } |