Andreas Pantelopoulos | cd33959 | 2018-02-23 14:18:00 -0800 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "pseudowire-deletion", | ||||
4 | "required": [ | ||||
5 | "pwId" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "pwId": { | ||||
9 | "type": "string", | ||||
10 | "example": "42", | ||||
11 | "description": "Id of pseudowire to delete." | ||||
12 | } | ||||
13 | } | ||||
14 | } |