{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-copy-package-versions-result-structure.json", "name": "CopyPackageVersionsResult", "description": "CopyPackageVersionsResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "successfulVersions": { "allOf": [ { "$ref": "#/components/schemas/SuccessfulPackageVersionInfoMap" }, { "description": " A list of the package versions that were successfully copied to your repository. " } ] }, "failedVersions": { "allOf": [ { "$ref": "#/components/schemas/PackageVersionErrorMap" }, { "description": "

A map of package versions that failed to copy and their error codes. The possible error codes are in the PackageVersionError data type. They are:

" } ] } } }