validate_config
Schema-validate an airpipe YAML config. Send { "yaml": }. Returns { valid: true } when it passes, or { valid: false, error: } when it fails — feed the error back into your fix and call again until valid. Schema check only; does not save. Use create_config to persist a valid config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml | Yes |