aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/TopologyBroadcast.json
blob: 524885345cca2f4e7a6b5ed3a809cae5805db21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "title": "response",
  "required": [
    "broadcast"
  ],
  "properties": {
    "broadcast": {
      "type": "boolean",
      "example": true
    }
  }
}