{ "$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:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
nuget: A NuGet package.
Available. "
}
]
}
}
}