{ "$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-create-report-group-output-schema.json", "title": "CreateReportGroupOutput", "description": "CreateReportGroupOutput schema from Amazon CodeBuild", "type": "object", "properties": { "reportGroup": { "allOf": [ { "$ref": "#/components/schemas/ReportGroup" }, { "description": " Information about the report group that was created. " } ] } } }