Amazon CodeArtifact · JSON Structure

Codeartifact Get Package Version Asset Result Structure

GetPackageVersionAssetResult schema from Amazon CodeArtifact API

Type: object Properties: 1
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

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

Properties

asset

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-get-package-version-asset-result-structure.json",
  "name": "GetPackageVersionAssetResult",
  "description": "GetPackageVersionAssetResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "asset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Asset"
        },
        {
          "description": " The binary file, or asset, that is downloaded."
        }
      ]
    }
  }
}