Fixes discrepancies and missing params in JSON models
[osm/MON.git] / osm_mon / core / models / create_alarm_resp.json
index f6610db..95a125d 100644 (file)
@@ -22,7 +22,6 @@
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "vim_uuid": { "type": "string" },
   "alarm_create_response":
   {
     "correlation_id": { "type": "integer" },
@@ -31,7 +30,6 @@
   },
   "required": [ "schema_version",
                    "schema_type",
-                    "vim_uuid",
                    "correlation_id",
                    "alarm_uuid",
                    "status" ]