ToineSiebelink | 5337582 | 2024-07-29 17:45:52 +0100 | [diff] [blame] | 1 | { |
| 2 | "$schema": "https://json-schema.org/draft/2019-09/schema", |
| 3 | "$id": "urn:cps:org.onap.cps.ncmp.policy-executor:ncmp-delete-schema:1.0.0", |
| 4 | "$ref": "#/definitions/NcmpDelete", |
| 5 | "definitions": { |
| 6 | "NcmpDelete": { |
| 7 | "type": "object", |
| 8 | "additionalProperties": false, |
| 9 | "properties": { |
| 10 | "cmHandleId": { |
| 11 | "type": "string" |
| 12 | }, |
| 13 | "resourceIdentifier": { |
| 14 | "type": "string" |
| 15 | }, |
| 16 | "targetIdentifier": { |
| 17 | "type": "string" |
| 18 | } |
| 19 | }, |
| 20 | "required": [ |
| 21 | "targetIdentifier" |
| 22 | ] |
| 23 | } |
| 24 | } |
| 25 | } |