*/ public function rules(): array { return [ 'node_id' => ['nullable', 'string', 'max:255'], ]; } }