AA 역할 레거시 분석 smoke (runtime-role-matrix-live-20260714105818-v9-aa-001)
This commit is contained in:
parent
f7aac4a446
commit
f420c5c364
1 changed files with 13 additions and 0 deletions
13
scope/role-aa/mapping-rules.yaml
Normal file
13
scope/role-aa/mapping-rules.yaml
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue