mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-09 01:20:13 +08:00
- Avoid overwriting parent properties when resolving `anyOf`/`oneOf` unions on object schemas, merging branch properties instead. - Add `contains` to unsupported constraints and preserve object/array constraint hints in descriptions. - Strip `required` arrays when the schema does not define a `properties` object. Closes: #5219