Amazon CodeArtifact · JSON Structure

Codeartifact Describe Package Version Result Structure

DescribePackageVersionResult schema from Amazon CodeArtifact API

Type: object Properties: 1 Required: 1
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

DescribePackageVersionResult is a JSON Structure definition published by Amazon CodeArtifact, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

packageVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html\">PackageVersionDescription</a> object that contains information about the requested package version. "
        }
      ]
    }
  },
  "required": [
    "packageVersion"
  ]
}