{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-delete-source-credentials-input-structure.json", "name": "DeleteSourceCredentialsInput", "description": "DeleteSourceCredentialsInput schema from Amazon CodeBuild", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": " The Amazon Resource Name (ARN) of the token." } ] } }, "required": [ "arn" ] }