{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorTrackingIssueMergeResponse", "title": "ErrorTrackingIssueMergeResponse", "type": "object", "properties": { "success": { "type": "boolean", "description": "Whether the merge completed successfully." } }, "required": [ "success" ] }