blob: 831526cd52ec51aacc7e81f6c9147a221197f558 [file] [log] [blame]
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "urn:cps:org.onap.cps.ncmp.policy-executor.ncmp-update-schema:1.0.0",
"$ref": "#/definitions/NcmpUpdate",
"definitions": {
"NcmpUpdate": {
"type": "object",
"additionalProperties": false,
"properties": {
"cmHandleId": {
"type": "string"
},
"resourceIdentifier": {
"type": "string"
},
"targetIdentifier": {
"type": "string"
},
"cmChangeRequest": {
"type": "object"
}
},
"required": [
"targetIdentifier",
"cmChangeRequest"
]
}
}
}