Amazon CodeArtifact · JSON Structure

Codeartifact Disassociate External Connection Result Structure

DisassociateExternalConnectionResult schema from Amazon CodeArtifact API

Type: object Properties: 1
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

DisassociateExternalConnectionResult is a JSON Structure definition published by Amazon CodeArtifact, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

repository

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-disassociate-external-connection-result-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}