{ "valid": false, "errors": [ { "path": "providers", "message": "providers must be a non-empty array" } ]}
Use the Validate endpoint to check whether a proposed router configuration is well-formed before applying it. Submit either a raw YAML string or a JSON config object. The endpoint returns a boolean validity flag and a list of schema errors with paths, if any. No live configuration is modified.This is useful in CI pipelines and admin dashboards to prevent invalid config rollouts.