Mismatch between AffectedVirtualLink data type in SOL005 and as defined in yaml file.
In order to have backward compatibility, SOL WG has decided in the #158-e-Meeting to fix this issue in other SOL005 OpenAPI versions. The issue is same already fixed in other versions: It was found a mismatch between the SOL005 v2.5.1 and the SOL005NSLifecycleManagement_def.yaml in SOL005 OpenAPI v2.5.1 for an attribute name of the AffectedVirtualLink data type: AffectedVirtualLink: description: > This type provides information about added, deleted, modified and temporary VLs. type: object required: - id - virtualLinkDescId - changeType - networkResource ``` The solution requires to replace the "id" attribute name with "nsVirtualLinkInstanceId" in all occurrences as defined in SOL005 v2.5.1. ```
issue