| Field | Type | Required | Description | Example |
|---|---|---|---|---|
configuration |
string | ✔️ | A configuration string for the pipeline. | |
continuationKey |
string | ✔️ | A pipeline continuation key. | |
parameters |
Record<string, any> | ➖ | An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length. | { "deploy_prod": true } |