Jonathan Hart | 6921ceb | 2016-05-23 10:39:14 -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 | "title": "sink", | ||||
17 | "example": "of:0000000000000001/1" | ||||
18 | } | ||||
19 | } | ||||
20 | } | ||||
21 | } |