Minor Model Changes
[osm/MON.git] / osm_mon / core / models / delete_alarm_resp.json
index f9b90b3..66d243f 100644 (file)
@@ -21,6 +21,7 @@
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
+  "vim_uuid": { "type": "string" },
   "alarm_deletion_response":
   {
     "correlation_id": { "type": "integer" },
@@ -30,6 +31,7 @@
   "required": [ "schema_version",
                 "schema_type",
                 "correlation_id",
+                "vim_uuid",
                 "alarm_uuid",
                 "status" ]
 }