Bug 2215 fixed
[osm/MON.git] / core / models / list_metric_resp.json
diff --git a/core/models/list_metric_resp.json b/core/models/list_metric_resp.json
deleted file mode 100644 (file)
index 09e13d8..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-"schema_version": { "type": "string" },
-"schema_type": { "type", "string" },
-"tenant_uuid": { "type": "string" },
-"correlation_uuid": { "type": "string" },
-"vim_type": { "type": "string" },
-"metrics_list":
-  { 
-    "metric_name": { "type": "string" },
-    "metric_uuid": { "type": "string" },
-    "metric_unit": { "type": "string" },
-    "resource_uuid": { "type": "string" }
-  },
-  "required": [ "schema_version",
-                "schema_type",
-                "tenant_uuid",
-                "correlation_uuid",
-                "vim_type",
-                "metric_name",
-                "metric_uuid",
-                "metric_unit",
-                "resource_uuid" ]
-}
\ No newline at end of file