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