Version: 1.0.0
Recursive Filter API
Reproduces the recursive search-filter schema shape from Komga (issue #1525).
The SearchCondition schema references itself via oneOf branches, creating a
deeply recursive tree after $ref dereferencing. Without the normalizeSchema
optimisation this causes O(N²) render cost and hangs the browser.
Search with recursive filter
Accepts a recursive search condition that mirrors Komga's filter schema.