{
"$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-structure.json",
"name": "UpstreamRepository",
"description": " Information about an upstream repository. A list of UpstreamRepository objects is an input parameter to CreateRepository and UpdateRepository. ",
"type": "object",
"properties": {
"repositoryName": {
"allOf": [
{
"$ref": "#/components/schemas/RepositoryName"
},
{
"description": " The name of an upstream repository. "
}
]
}
},
"required": [
"repositoryName"
]
}