blob: 4dd5c04c5377c8817a61851b908dc13f96718ef3 [file] [log] [blame]
Andreas Pantelopouloscd339592018-02-23 14:18:00 -08001{
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}