Change artifactId in sal-rest-docgen
[netconf.git] / restconf / sal-rest-docgen / src / test / resources / topology-new.json
diff --git a/restconf/sal-rest-docgen/src/test/resources/topology-new.json b/restconf/sal-rest-docgen/src/test/resources/topology-new.json
deleted file mode 100644 (file)
index c34fd8f..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-{
-    "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