aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/TopologyClustersDevices.json
blob: 6077d9d733a7534813e0e6455ffa8a2ddba45f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "object",
  "title": "devices",
  "required": [
    "devices"
  ],
  "properties": {
    "devices": {
      "type": "array",
      "xml": {
        "name": "cluster",
        "wrapped": true
      },
      "items": {
        "type": "string",
        "title": "device",
        "example": "of:0000000000000001"
      }
    }
  }
}