X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_alarm_resp.json;h=b0e3e60932800ae0737f4ad7e0e5026d95464a91;hb=3729638a9d26e07d551cf4ad7ac92c553e64cc6d;hp=8880274ff568831b23f6928c28ba383dabbe898f;hpb=27153c4846a5caeee4a430527fd87cd322408f4b;p=osm%2FMON.git diff --git a/osm_mon/core/models/update_alarm_resp.json b/osm_mon/core/models/update_alarm_resp.json index 8880274..b0e3e60 100644 --- a/osm_mon/core/models/update_alarm_resp.json +++ b/osm_mon/core/models/update_alarm_resp.json @@ -22,16 +22,14 @@ { "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" ]