fn collect_component_refs( value: &Value, reachable_schemas: &mut BTreeSet<String>, pending_schemas: &mut VecDeque<String>, reachable_responses: &mut BTreeSet<String>, pending_responses: &mut VecDeque<String>, )