{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorTrackingIssueMergeRequest", "title": "ErrorTrackingIssueMergeRequest", "type": "object", "properties": { "ids": { "type": "array", "items": { "type": "string", "format": "uuid" }, "description": "IDs of the issues to merge into the current issue." } }, "required": [ "ids" ] }