mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Recursively inspect JSON schema properties to detect optional fields not listed in the `required` array. - Downgrade `strict` to false when schemas contain optional properties to prevent backend HTTP 400 rejections. Closes: #5463