Incorrect input fields were used in the pipeline schedule
<!-- 🚧 Please make sure to add a meaningful issue title above -->
## Bug Report
<!-- 🚧 Describe your bug report.
The more detailed and clear it is, the better we can help.
-->
## Relevant Code
<!-- 🚧 Please provide the relevant code below.
Try to keep it as minimal and reproducible as possible.
-->
- https://gitlab.com/gitlab-org/api/client-go/-/blob/v0.160.0/pipelines.go?ref_type=tags#L88-91
```golang
type PipelineInput struct {
Name string `json:"key"` // <- This should be the `name`.
Value any `json:"value"`
}
```
- https://docs.gitlab.com/api/pipeline_schedules/#create-a-new-pipeline-schedule
> Array of inputs to pass to the pipeline schedule. Each input contains a name and value. Values can be strings, arrays, numbers, or booleans.
## Relevant Log Output
<!-- 🚧 Please provide the relevant log output below.
🚨 ATTENTION: please redact ANY sensitive information from the log output.
-->
<details>
<summary>These are the logs of the error output:</summary>
```plaintext
```
</details>
## Additional Details
<!-- 🚧 Please fill in the used versions below between the backticks. -->
- GitLab Client Go Version: `v0.160.0`
- GitLab Instance Version: `v18.5.0-ee`
- Go Version: `go version go1.25.4 darwin/arm64`
- License Tier: `Ultimate`
issue