aboutsummaryrefslogtreecommitdiffstats
path: root/docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json')
-rw-r--r--docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json b/docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json
new file mode 100644
index 0000000000..1246d9d815
--- /dev/null
+++ b/docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://json-schema.org/draft/2019-09/schema",
+ "$id": "urn:cps:org.onap.cps.ncmp.policy-executor.ncmp-delete-schema:1.0.0",
+ "$ref": "#/definitions/NcmpDelete",
+ "definitions": {
+ "NcmpDelete": {
+ "type": "object",
+ "additionalProperties": false,
+ "properties": {
+ "cmHandleId": {
+ "type": "string"
+ },
+ "resourceIdentifier": {
+ "type": "string"
+ },
+ "targetIdentifier": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "targetIdentifier"
+ ]
+ }
+ }
+}