# 이 리프가 실제로 하는 일 # Question: 이 리프는 무엇을 하고 무엇을 하지 않는가? direction: right n0: "등록 요청" { shape: rectangle } n1: "프로파일 검증기" { shape: rectangle } n2: "능력 선언" { shape: rectangle } n3: "소비자 구성" { shape: rectangle } n0 -> n1: "검증" n1 -> n2: "능력 응답" n1 -> n3: "없음"