{ "$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. " } ] } } }