OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-20219284496.3 KB

518ca433b4f2

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