Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / create_metric_resp.json
index 8e7df4e..5b67955 100644 (file)
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "correlation_id": { "type": "integer" },
-  "vim_uuid": { "type": "string" },
   "metric_create_response":
   {
+    "correlation_id": { "type": "integer" },
     "metric_uuid": { "type": "string" },
-    "resource_uuid": { "type": "string" },
     "status": { "type": "boolean" }
   },
   "required": [ "schema_type",
                 "schema_version",
                 "correlation_id",
-                "vim_uuid",
                 "metric_uuid",
-                "resource_uuid",
                 "status" ]
 }