{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-schema/amazon-codeguru-profiler-create-profiling-group-response-schema.json", "title": "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" ] }