Amazon CodeArtifact · JSON Structure

Codeartifact Publish Package Version Result Structure

PublishPackageVersionResult schema from Amazon CodeArtifact API

Type: object Properties: 6
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

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

Properties

namespace package version versionRevision status 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-publish-package-version-result-structure.json",
  "name": "PublishPackageVersionResult",
  "description": "PublishPackageVersionResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "namespace": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageNamespace"
        },
        {
          "description": "The namespace of the package version."
        }
      ]
    },
    "package": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageName"
        },
        {
          "description": "The name of the package."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageVersion"
        },
        {
          "description": "The version of the package."
        }
      ]
    },
    "versionRevision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageVersionRevision"
        },
        {
          "description": "The revision of the package version."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageVersionStatus"
        },
        {
          "description": "A string that contains the status of the package version. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status\">Package version status</a> in the <i>CodeArtifact User Guide</i>."
        }
      ]
    },
    "asset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssetSummary"
        },
        {
          "description": "An <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\">AssetSummary</a> for the published asset."
        }
      ]
    }
  }
}