Merge "Introducing DELETING and DELETED Cmhandle State"
[cps.git] / cps-ncmp-events / src / main / resources / schemas / ncmp-event-schema-v1.json
index 2dcc30e..8685034 100644 (file)
@@ -62,7 +62,7 @@
         "cmhandle-state": {
           "description": "State of cmHandle.",
           "type": "string",
-          "enum": ["ADVISED", "READY", "LOCKED"]
+          "enum": ["ADVISED", "READY", "LOCKED", "DELETING", "DELETED"]
         },
         "cmhandle-properties": {
           "description": "cmHandle properties as json object.",