Bug 2215 fixed
[osm/MON.git] / core / models / delete_metric_resp.json
diff --git a/core/models/delete_metric_resp.json b/core/models/delete_metric_resp.json
deleted file mode 100644 (file)
index fc2e32c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-  "schema_version": { "type": "string" },
-  "schema_type": { "type": "string" },
-  "metric_name": { "type": "string" },
-  "metric_uuid": { "type": "string" },
-  "resource_uuid": { "type": "string" },
-  "tenant_uuid": { "type": "string" },
-  "correlation_id": { "type": "integer" },
-  "required": [ "schema_version",
-                "schema_type",
-                "metric_name",
-                "metric_uuid",
-                "resource_uuid",
-                "tenant_uuid",
-                "correlation_id" ]
-}