Amazon CodeArtifact · JSON Structure

Codeartifact Describe Package Result Structure

DescribePackageResult schema from Amazon CodeArtifact API

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

DescribePackageResult 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

package

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-result-structure.json",
  "name": "DescribePackageResult",
  "description": "DescribePackageResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "package": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageDescription"
        },
        {
          "description": "A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html\">PackageDescription</a> object that contains information about the requested package."
        }
      ]
    }
  },
  "required": [
    "package"
  ]
}