X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=core%2Fmodels%2Fupdate_alarm_resp.json;h=b0e3e60932800ae0737f4ad7e0e5026d95464a91;hb=HEAD;hp=0deecb009d09036ef743ca49841a8a451bd5e9ca;hpb=409dc1c833c31efa10df51de88adf198a36121de;p=osm%2FMON.git diff --git a/core/models/update_alarm_resp.json b/core/models/update_alarm_resp.json deleted file mode 100644 index 0deecb0..0000000 --- a/core/models/update_alarm_resp.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "schema_version": { "type": "string" }, - "schema_type": { "type": "string" }, - "alarm_update_response": - { - "correlation_id": { "type": "integer" }, - "alarm_uuid": { "type": "string" }, - "status": { "type": "string" } - }, - "required": [ "schema_version", - "schema_type", - "correlation_id", - "alarm_uuid", - "status" ] -}