pub fn merge_specs(
specs: Vec<(PathBuf, OpenApiSpec)>,
conflict_strategy: ConflictStrategy,
) -> Result<OpenApiSpec, MergeConflictError>Expand description
Merge multiple OpenAPI specs according to the conflict strategy
This function merges paths and components from all specs. Conflicts are handled according to the provided strategy.