Amazon CodeArtifact · JSON Structure

Codeartifact Upstream Repository Info Structure

Information about an upstream repository.

Type: object Properties: 1
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

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

Properties

repositoryName

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