diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-06-21 16:31:23 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-06-21 16:31:30 +0100 |
commit | 81d917dde44ea902b2ecf22e217e9551299f414e (patch) | |
tree | 4869d3c0310ac65bb84cb551bc969a4f1799b3de /cps-ncmp-events/src/main/resources/schemas | |
parent | affb95e48d7bf80a2062eb8228b816846a99f977 (diff) |
Eliminate cmhandle-properties tag
- Eliminate the cmhandle-properties tag in case of DELETE operation
- Fixed Test cases corresponding to that
Issue-ID: CPS-1098
Change-Id: Icd5e08403e0b101baf682f5e558c36ee4ebfd5c3
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-events/src/main/resources/schemas')
-rw-r--r-- | cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json b/cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json index 4ddffea56a..05a0e93b31 100644 --- a/cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json +++ b/cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json @@ -72,6 +72,7 @@ "cmhandle-properties": { "description": "cmHandle properties as json object.", "type": "object", + "default": null, "existingJavaType": "java.util.List<java.util.Map<String,String>>", "additionalProperties": false } |