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