DescribePackageResult

DescribePackageResult schema from Amazon CodeArtifact API

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

Properties

Name Type Description
package object
View JSON Schema on GitHub

JSON Schema

codeartifact-describe-package-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-describe-package-result-schema.json",
  "title": "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"
  ]
}