mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Add a cleanup pass to hoist `then`/`else` properties into the containing schema path (including nested and `allOf` cases). - Remove `if`/`then`/`else` from the unsupported keyword list so sanitized schemas no longer retain conditional keywords. Closes: #4984