Pipeline schemas
Pipeline schemas define the structure and validation rules for pipeline configuration parameters. Schemas ensure that pipeline launches use valid parameter values and provide type checking for pipeline inputs.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
|---|---|---|---|---|
| integer | query | Optional | Workspace numeric identifier. |
Request body parameters
Name | Type | Req/Opt | Description |
|---|---|---|---|
CreatePipelineSchema | Create pipeline schema | ||
content | string | Optional | Pipeline schema content in JSON or YAML format defining the pipeline configuration structure. |