{ "$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-configure-agent-response-structure.json", "name": "ConfigureAgentResponse", "description": "The structure representing the configureAgentResponse.", "type": "object", "properties": { "configuration": { "allOf": [ { "$ref": "#/components/schemas/AgentConfiguration" }, { "description": " An AgentConfiguration object that specifies if an agent profiles or not and for how long to return profiling data. " } ] } }, "required": [ "configuration" ] }