{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-describe-package-version-result-structure.json", "name": "DescribePackageVersionResult", "description": "DescribePackageVersionResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "packageVersion": { "allOf": [ { "$ref": "#/components/schemas/PackageVersionDescription" }, { "description": " A PackageVersionDescription object that contains information about the requested package version. " } ] } }, "required": [ "packageVersion" ] }