From e2a14425e5d8840c682938fa21aabc5bacd06478 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Tue, 19 Jan 2021 18:31:56 +0100 Subject: [PATCH] fixed issue #17 --- .../VNFPackageManagement.yaml | 2 +- .../SOL005VNFPackageManagement_def.yaml | 78 +++++++++---------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml b/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml index 0ec1d7c..2353836 100644 --- a/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml +++ b/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: - version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:2" + version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:3" title: SOL005 - VNF Package Management Interface description: > SOL005 - VNF Package Management Interface diff --git a/src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml b/src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml index 1831006..e2b3752 100644 --- a/src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml +++ b/src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml @@ -488,45 +488,45 @@ definitions: items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Version" - vnfdId: - description: > - Match VNF packages with a VNFD identifier - listed in the attribute. - type: array - items: - $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier" - vnfPkgId: - description: > - Match VNF packages with a package identifier - listed in the attribute. - May be present if the "notificationTypes" - attribute contains the value - "VnfPackageChangeNotification", and shall be - absent otherwise. - type: array - items: - $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier" - operationalState: - description: > - Match VNF packages with a package identifier - listed in the attribute. - May be present if the "notificationTypes" - attribute contains the value - "VnfPackageChangeNotification", and shall be - absent otherwise. - type: array - items: - $ref: "#/definitions/PackageOperationalStateType" - usageState: - description: > - Match particular usage state of the on-boarded VNF package. - May be present if the "notificationTypes" - attribute contains the value - "VnfPackageChangeNotification", and shall be - absent otherwise. - type: array - items: - $ref: "#/definitions/PackageUsageStateType" + vnfdId: + description: > + Match VNF packages with a VNFD identifier + listed in the attribute. + type: array + items: + $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier" + vnfPkgId: + description: > + Match VNF packages with a package identifier + listed in the attribute. + May be present if the "notificationTypes" + attribute contains the value + "VnfPackageChangeNotification", and shall be + absent otherwise. + type: array + items: + $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier" + operationalState: + description: > + Match VNF packages with a package identifier + listed in the attribute. + May be present if the "notificationTypes" + attribute contains the value + "VnfPackageChangeNotification", and shall be + absent otherwise. + type: array + items: + $ref: "#/definitions/PackageOperationalStateType" + usageState: + description: > + Match particular usage state of the on-boarded VNF package. + May be present if the "notificationTypes" + attribute contains the value + "VnfPackageChangeNotification", and shall be + absent otherwise. + type: array + items: + $ref: "#/definitions/PackageUsageStateType" PackageChangeType: type: string -- GitLab