Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / update_metric_resp.json
index 3cfd356..a5bdb67 100644 (file)
@@ -23,7 +23,6 @@
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
   "correlation_id": { "type": "integer" },
-  "vim_uuid": { "type": "string" },
   "metric_update_response":
   {
     "metric_uuid": { "type": "string" },
@@ -33,7 +32,6 @@
   "required": [ "schema_version",
                 "schema_type",
                 "correlation_id",
-                "vim_uuid",
                 "metric_uuid",
                 "resource_uuid",
                 "status"]