Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / delete_metric_resp.json
index 4d8a8a5..dc99059 100644 (file)
@@ -25,9 +25,7 @@
   "metric_name": { "type": "string" },
   "metric_uuid": { "type": "string" },
   "resource_uuid": { "type": "string" },
-  "tenant_uuid": { "type": "string" },
   "correlation_id": { "type": "integer" },
-  "vim_uuid": { "type": "string" },
   "status": { "type": "boolean" },
   "required": [ "schema_version",
                 "schema_type",
@@ -35,6 +33,5 @@
                 "metric_uuid",
                 "resource_uuid",
                 "status",
-                "correlation_id",
-                "vim_uuid" ]
+                "correlation_id"]
 }