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