Swagger File: VNFPackageManagement.yaml; Get '/vnf_packages' should not have property 'VnfPkgInfo'
The file: https://forge.etsi.org/rep/nfv/SOL005/blob/v2.7.1/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml Get '/vnf_packages' has following response: ```yaml schema: type: array items: properties: VnfPkgInfo: $ref: "definitions/SOL005VNFPackageManagement_def.yaml#/definitions/VnfPkgInfo" ``` whereas its should be ```yaml schema: type: array items: $ref: "definitions/SOL005VNFPackageManagement_def.yaml#/definitions/VnfPkgInfo" ``` property 'VnfPkgInfo' is not required. Its a Data Type and not property. Reference: Attached screenshot from 2.7.1 SOL005 Spec. ![Screen_Shot_2020-12-16_at_12.44.19_PM](/uploads/bdfb142a57c5a0c24a500452345cd293/Screen_Shot_2020-12-16_at_12.44.19_PM.png)
issue