Antworten sollen eine Verständliche und simple Struktur darstellen. Beispielweise als JSON Objekt: ```json { position: { from: { x: number, y: number }, to: { x: number, y: number } }, issue_type: ENUM_ISSUE_TYPE, comment: string, } ```