From f420c5c3643eea02eadc6f493c0063419e7024f3 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 11:06:20 +0000 Subject: [PATCH] =?UTF-8?q?AA=20=EC=97=AD=ED=95=A0=20=EB=A0=88=EA=B1=B0?= =?UTF-8?q?=EC=8B=9C=20=EB=B6=84=EC=84=9D=20smoke=20(runtime-role-matrix-l?= =?UTF-8?q?ive-20260714105818-v9-aa-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scope/role-aa/mapping-rules.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scope/role-aa/mapping-rules.yaml diff --git a/scope/role-aa/mapping-rules.yaml b/scope/role-aa/mapping-rules.yaml new file mode 100644 index 0000000..ce461db --- /dev/null +++ b/scope/role-aa/mapping-rules.yaml @@ -0,0 +1,13 @@ +# AA 역할 필드 매핑 규칙 +version: "1.0" +mappings: + - source: "userId" + target: "user_id" + transform: "snake_case" + - source: "roleName" + target: "role_name" + transform: "snake_case" + - source: "createdAt" + target: "created_at" + transform: "camel_to_snake" +order: sequential