aboutsummaryrefslogtreecommitdiffstats
path: root/docs/schemas/policy-executor/ncmp-delete-schema-1.0.0.json
blob: 5df0325e39c496ceff1cfe82f7a7d464155d0210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
      ]
    }
  }
}