{ "$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-update-profiling-group-request-schema.json", "title": "UpdateProfilingGroupRequest", "description": "The structure representing the updateProfilingGroupRequest.", "type": "object", "properties": { "agentOrchestrationConfig": { "allOf": [ { "$ref": "#/components/schemas/AgentOrchestrationConfig" }, { "description": " Specifies whether profiling is enabled or disabled for a profiling group. " } ] } }, "required": [ "agentOrchestrationConfig" ] }