Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / update_alarm_resp.json
index 8880274..b0e3e60 100644 (file)
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "vim_uuid": { "type": "string" },
   "alarm_update_response":
   {
     "correlation_id": { "type": "integer" },
     "alarm_uuid": { "type": "string" },
-    "status": { "type": "string" }
+    "status": { "type": "boolean" }
   },
   "required": [ "schema_version",
                 "schema_type",
-                "vim_uuid",
                 "correlation_id",
                 "alarm_uuid",
                 "status" ]