['required', 'string', 'max:64'], 'site_player_id' => ['required', 'string', 'max:128'], 'username' => ['nullable', 'string', 'max:128'], 'nickname' => ['nullable', 'string', 'max:128'], 'default_currency' => ['sometimes', 'string', 'max:16'], 'status' => ['sometimes', 'integer', 'in:0,1,2'], ]; } }