latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-16219284495.4 KB

f8982f33e540

dags

Validate a DAG specification

Validates a DAG YAML specification without persisting any changes.

Returns a list of validation errors. When the spec can be partially parsed, the response may also include parsed DAG details built with error-tolerant loading.

post/dags/validate

Query parameters

remoteNodestring

name of the remote node

Request body

specstring required

DAG specification in YAML format

namestring

Optional name to use when the spec omits a name

Response

Validation result

validboolean required

True if the spec is valid (no errors)

dagDAGDetails — unresolved $ref
errorsstring[] required

List of validation errors