{ "$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-input-structure.json", "name": "BatchGetReportGroupsInput", "description": "BatchGetReportGroupsInput schema from Amazon CodeBuild", "type": "object", "properties": { "reportGroupArns": { "allOf": [ { "$ref": "#/components/schemas/ReportGroupArns" }, { "description": " An array of report group ARNs that identify the report groups to return. " } ] } }, "required": [ "reportGroupArns" ] }