blob: eecf0d87fdcaf9332759ebf819661aca74e73565 [file] [log] [blame]
Andrea Campanella644a8a62018-03-21 19:08:21 -07001{
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 "example": "00:CC:00:00:00:01/None",
17 "description": "A host sink for the route"
18 },
19 "description": "Host sinks for the route"
20 }
21 }
22}