Andrea Campanella | 644a8a6 | 2018-03-21 19:08:21 -0700 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "sinks", | ||||
4 | "required": [ | ||||
5 | "sinks" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "sinks": { | ||||
9 | "type": "array", | ||||
10 | "xml": { | ||||
11 | "name": "sinks", | ||||
12 | "wrapped": true | ||||
13 | }, | ||||
14 | "items": { | ||||
15 | "type": "string", | ||||
16 | "example": "of:0000000000000206/8", | ||||
17 | "description": "A sink connect point for a host in the route" | ||||
18 | }, | ||||
19 | "description": "Sink connect points for a host in the route" | ||||
20 | } | ||||
21 | } | ||||
22 | } |