From 0ff70fd5b526d70511256e79473874a5b29d1987 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:54:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20role=E3=81=AEenum=E3=82=92CamelCase?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/types/users/components.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/types/users/components.yml b/schema/types/users/components.yml index 0616105..8b467ad 100644 --- a/schema/types/users/components.yml +++ b/schema/types/users/components.yml @@ -11,5 +11,5 @@ components: description: ユーザー権限 type: string enum: - - ADMINISTRATOR - - STANDARD_USER + - Administrator + - StandardUser