Swagger File: VNFPackageManagement.yaml; Get '/vnf_packages' should not have property 'VnfPkgInfo'
Get '/vnf_packages' has following response:
        schema:
            type: array
            items:
              properties:
                VnfPkgInfo:
                  $ref: "definitions/SOL005VNFPackageManagement_def.yaml#/definitions/VnfPkgInfo"
whereas its should be
        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.
