{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-successful-package-version-info-structure.json", "name": "SuccessfulPackageVersionInfo", "description": " Contains the revision and status of a package version. ", "type": "object", "properties": { "revision": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": " The revision of a package version. " } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/PackageVersionStatus" }, { "description": " The status of a package version. " } ] } } }