Validate Config
Validate a pipeline configuration YAML without persisting it.
Always returns 200. Inspect is_valid / error_count to determine status.
Request Body required
Section titled “Request Body required ”Request to validate a pipeline configuration without persisting it.
object
Full YAML content to validate
Responses
Section titled “ Responses ”Successful Response
Validation report returned by the config validator.
Returned verbatim in 200 responses from POST /configs/validate and embedded
in 400 responses from create/update/run endpoints when validation fails.
object
True when no errors present; warnings do not invalidate
All findings, errors first then warnings
A single validation finding emitted by the pipeline config validator.
object
Error or warning
Stable error code (e.g. E202, W501)
Path into the config where the issue was found
Human-readable description of the issue
Deterministic, authoritative remediation guidance
Number of errors
Number of warnings
Validation Error