$schema->integer()->required()]; } public function handle(Request $request): Response|ResponseFactory { return $this->withEvent($request, fn (Event $event) => $this->respond(EventPresenter::forUser($event))); } }