{ "$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-batch-get-report-groups-output-schema.json", "title": "BatchGetReportGroupsOutput", "description": "BatchGetReportGroupsOutput schema from Amazon CodeBuild", "type": "object", "properties": { "reportGroups": { "allOf": [ { "$ref": "#/components/schemas/ReportGroups" }, { "description": " The array of report groups returned by BatchGetReportGroups. " } ] }, "reportGroupsNotFound": { "allOf": [ { "$ref": "#/components/schemas/ReportGroupArns" }, { "description": " An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup. " } ] } } }