Andrea Campanella | 0ddf9b8 | 2018-04-27 15:54:42 +0200 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "sources", | ||||
4 | "required": [ | ||||
5 | "sources" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "sources": { | ||||
9 | "type": "array", | ||||
10 | "xml": { | ||||
11 | "name": "sources", | ||||
12 | "wrapped": true | ||||
13 | }, | ||||
14 | "items": { | ||||
15 | "type": "string", | ||||
16 | "example": "of:0000000000000206/8", | ||||
17 | "description": "A source connect point for a host in the route" | ||||
18 | }, | ||||
19 | "description": "Source connect points for a host in the route" | ||||
20 | } | ||||
21 | } | ||||
22 | } |