{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-update-package-versions-status-result-structure.json", "name": "UpdatePackageVersionsStatusResult", "description": "UpdatePackageVersionsStatusResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "successfulVersions": { "allOf": [ { "$ref": "#/components/schemas/SuccessfulPackageVersionInfoMap" }, { "description": " A list of PackageVersionError objects, one for each package version with a status that failed to update. " } ] }, "failedVersions": { "allOf": [ { "$ref": "#/components/schemas/PackageVersionErrorMap" }, { "description": " A list of SuccessfulPackageVersionInfo objects, one for each package version with a status that successfully updated. " } ] } } }