validate_config
Validate an oh-my-posh configuration against the schema. Supports JSON, YAML, and TOML formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | The format of the configuration (auto-detect if not specified) | auto |
| content | Yes | The configuration content as a string (JSON, YAML, or TOML) |