{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-list-source-credentials-output-structure.json", "name": "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. " } ] } } }