{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-update-report-group-output-structure.json", "name": "UpdateReportGroupOutput", "description": "UpdateReportGroupOutput schema from Amazon CodeBuild", "type": "object", "properties": { "reportGroup": { "allOf": [ { "$ref": "#/components/schemas/ReportGroup" }, { "description": " Information about the updated report group. " } ] } } }