Andreas Pantelopoulos | ff691b7 | 2018-03-12 16:30:20 -0700 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "pseudowire-deletion-bulk", | ||||
4 | "required": [ | ||||
5 | "pseudowires" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "pseudowires": { | ||||
9 | "type": "array", | ||||
10 | "items": { | ||||
11 | "type": "object", | ||||
12 | "title": "pseudowire-1", | ||||
13 | "required": [ | ||||
14 | "pwId" | ||||
15 | ], | ||||
16 | "properties": { | ||||
17 | "pwId": { | ||||
18 | "type": "string", | ||||
19 | "example": "42", | ||||
20 | "description": "Id of pseudowire to Delete." | ||||
21 | } | ||||
22 | } | ||||
23 | } | ||||
24 | } | ||||
25 | } | ||||
26 | } |