DisassociateExternalConnectionResult

DisassociateExternalConnectionResult schema from Amazon CodeArtifact API

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

Properties

Name Type Description
repository object
View JSON Schema on GitHub

JSON Schema

codeartifact-disassociate-external-connection-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-disassociate-external-connection-result-schema.json",
  "title": "DisassociateExternalConnectionResult",
  "description": "DisassociateExternalConnectionResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "repository": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryDescription"
        },
        {
          "description": " The repository associated with the removed external connection. "
        }
      ]
    }
  }
}