Skip to content
Snippets Groups Projects
Commit 92787589 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

vnfcConfigurationDataDeleteIds attribute added to VnfConfigModifications data...

vnfcConfigurationDataDeleteIds attribute added to VnfConfigModifications data type, SOL002 section 9.5.2.2
parent 37474f33
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,14 @@ definitions:
the rules of JSON Merge PATCH (see IETF RFC 7396 ).
type: array
items:
$ref: '#/definitions/VnfcConfigurationData'
$ref: '#/definitions/VnfcConfigurationData'
vnfcConfigurationDataDeleteIds:
description: >
List of identifiers entries to be deleted from the 'vnfcConfigurationData" attribute array to be used
as "deleteIdList" as defined below this table.
type: array
items:
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
VnfConfigurationData:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment