Bug: 627
[controller.git] / opendaylight / md-sal / sal-rest-docgen / src / test / resources / topology-new.json
diff --git a/opendaylight/md-sal/sal-rest-docgen/src/test/resources/topology-new.json b/opendaylight/md-sal/sal-rest-docgen/src/test/resources/topology-new.json
new file mode 100644 (file)
index 0000000..c34fd8f
--- /dev/null
@@ -0,0 +1,35 @@
+{
+    "apiVersion": "1.0.0",
+    "swaggerVersion": "1.2",
+    "basePath": "/restconf",
+    "resourcePath": "/config",
+    "produces": [ "application/json", "application/xml" ],
+    "apis": [
+        {
+            "path": "/network-topology:network-topology/network-topology",
+            "operations": [
+                {
+                    "method": "GET",
+                    "summary": "Test",
+                    "notes": null,
+                    "type": "support",
+                    "nickname": "test",
+                    "consumes": null,
+                    "responseMessages": null
+                }
+            ]
+        }
+    ],
+    "models": {
+        "supporting-link": {
+            "id":"supporting-link",
+            "$schema": "http://json-schema.org/draft-04/schema",
+            "properties": {
+                "link-ref": {
+                    "required": false
+                }
+            },
+            "type": "object"
+        }
+    }
+}
\ No newline at end of file