{ | |
"$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" | |
] | |
} | |
} | |
} |