{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-repository-external-connection-info-structure.json", "name": "RepositoryExternalConnectionInfo", "description": " Contains information about the external connection of a repository. ", "type": "object", "properties": { "externalConnectionName": { "allOf": [ { "$ref": "#/components/schemas/ExternalConnectionName" }, { "description": " The name of the external connection associated with a repository. " } ] }, "packageFormat": { "allOf": [ { "$ref": "#/components/schemas/PackageFormat" }, { "description": "

The package format associated with a repository's external connection. The valid package formats are:

" } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/ExternalConnectionStatus" }, { "description": " The status of the external connection of a repository. There is one valid value, Available. " } ] } } }