|string> */ public function rules(): array { return [ 'endpoint' => ['required', 'url', 'max:500'], ]; } }