{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-create-profiling-group-response-structure.json", "name": "CreateProfilingGroupResponse", "description": "The structure representing the createProfilingGroupResponse.", "type": "object", "properties": { "profilingGroup": { "allOf": [ { "$ref": "#/components/schemas/ProfilingGroupDescription" }, { "description": " The returned ProfilingGroupDescription object that contains information about the created profiling group. " } ] } }, "required": [ "profilingGroup" ] }