aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/TopologyInfrastructure.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/web/api/src/main/resources/definitions/TopologyInfrastructure.json')
-rw-r--r--framework/src/onos/web/api/src/main/resources/definitions/TopologyInfrastructure.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/framework/src/onos/web/api/src/main/resources/definitions/TopologyInfrastructure.json b/framework/src/onos/web/api/src/main/resources/definitions/TopologyInfrastructure.json
new file mode 100644
index 00000000..64564c00
--- /dev/null
+++ b/framework/src/onos/web/api/src/main/resources/definitions/TopologyInfrastructure.json
@@ -0,0 +1,13 @@
+{
+ "type": "object",
+ "title": "response",
+ "required": [
+ "infrastructure"
+ ],
+ "properties": {
+ "infrastructure": {
+ "type": "boolean",
+ "example": true
+ }
+ }
+} \ No newline at end of file