{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-debug-session-structure.json", "name": "DebugSession", "description": "Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.", "type": "object", "properties": { "sessionEnabled": { "allOf": [ { "$ref": "#/components/schemas/WrapperBoolean" }, { "description": "Specifies if session debugging is enabled for this build." } ] }, "sessionTarget": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build." } ] } } }