pub fn deep_resolve_refs(
schema: &Value,
openapi_doc: &Value,
depth: usize,
) -> ValueExpand description
Recursively resolve all $ref pointers in a schema.
Handles nested $ref, allOf, anyOf, oneOf, items, and properties.
Depth-limited to 16 levels to prevent infinite recursion.