{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-list-source-credentials-output-schema.json", "title": "ListSourceCredentialsOutput", "description": "ListSourceCredentialsOutput schema from Amazon CodeBuild", "type": "object", "properties": { "sourceCredentialsInfos": { "allOf": [ { "$ref": "#/components/schemas/SourceCredentialsInfos" }, { "description": " A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials. " } ] } } }