{ "version": "1.1", "id": "messaging-claim-check-f01", "title": "안내가 가리키는 빈자리", "question": "운영자가 켤 수 있는 것과 실제로 있는 것은 같은가?", "type": "dependency", "direction": "LR", "audience": [ "이 저장소의 구조를 읽는 사람" ], "summary": "설정 표면과 오류 메시지 안내는 있지만 그것이 가리키는 저장소 구현과 bean 이 없다.", "alt": "운영자가 설정 표면을 켜고 오류 메시지가 안내하지만 저장소 구현과 bean 으로는 닿지 않는다.", "long_description": "SSOT 는 설정 표면과 오류 메시지 안내가 운영자가 켤 수 있는 것으로 보이지만 저장소 구현과 bean 이 없다고 적는다.", "source_context": { "document": "/home/donghyeon/workspace/chat-gpt-container/document-haness/docs/clean-architecture-backend-template/final/document.md", "document_sha256": "8071fe71b3359d9cf60b95909c26c7b50653ce2f22bbc5fcf6988719bb91236d", "anchor": { "kind": "line", "value": 46136, "line": 46136 } }, "composition": { "profile": "component-flow", "diagram_only": true, "reference_ids": [ "payment-event-flow" ], "rationale": "켤 수 있게 보이는 표면과 그것을 받는 구현 사이가 비어 있다는 것이 논지다.", "focus_node": "surface" }, "groups": [], "nodes": [ { "id": "op", "label": "운영자", "kind": "service", "role": "source", "evidence": [ { "start_line": 46136, "end_line": 46158 } ], "assumption": false }, { "id": "surface", "label": "설정 표면", "kind": "service", "role": "service", "evidence": [ { "start_line": 46136, "end_line": 46158 } ], "assumption": false, "emphasis": "primary", "details": [ "오류 메시지 안내" ] }, { "id": "impl", "label": "저장소 구현 · bean", "kind": "service", "role": "sink", "evidence": [ { "start_line": 46136, "end_line": 46160 } ], "assumption": false } ], "edges": [ { "id": "a", "from": "op", "to": "surface", "label": "설정", "kind": "request", "evidence": [ { "start_line": 46136, "end_line": 46158 } ], "assumption": false }, { "id": "b", "from": "surface", "to": "impl", "label": "없음", "kind": "request", "evidence": [ { "start_line": 46136, "end_line": 46160 } ], "assumption": false, "style": "dashed", "emphasis": "primary" } ], "legend": [], "metadata": {} }