UpstreamRepositoryInfo

Information about an upstream repository.

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

Properties

Name Type Description
repositoryName object
View JSON Schema on GitHub

JSON Schema

codeartifact-upstream-repository-info-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-upstream-repository-info-schema.json",
  "title": "UpstreamRepositoryInfo",
  "description": " Information about an upstream repository. ",
  "type": "object",
  "properties": {
    "repositoryName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryName"
        },
        {
          "description": " The name of an upstream repository. "
        }
      ]
    }
  }
}