Amazon CodeArtifact · JSON Structure

Codeartifact Successful Package Version Info Structure

Contains the revision and status of a package version.

Type: object Properties: 2
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

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

Properties

revision status

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-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. "
        }
      ]
    }
  }
}