# 레지스트리가 닫힌 방식 # Question: 스키마 레지스트리는 무엇을 받아들이는가? direction: right n0: "스키마 호출자" { shape: rectangle } n1: "넘겨받은 바이트" { shape: rectangle } n2: "LocalJsonSchemaRegistry" { shape: rectangle } n3: "바깥 해석 경로" { shape: rectangle } n4: "원격 참조 로더" { shape: rectangle } n0 -> n1: "바이트 전달" n1 -> n2: "검증 요청" n2 -> n3: "요구 없음" n4 -> n3: "미사용"