{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-delete-git-hub-account-token-input-schema.json", "title": "DeleteGitHubAccountTokenInput", "description": "Represents the input of a DeleteGitHubAccount operation.", "type": "object", "properties": { "tokenName": { "allOf": [ { "$ref": "#/components/schemas/GitHubAccountTokenName" }, { "description": "The name of the GitHub account connection to delete." } ] } } }