pub async fn load_specs_from_files( files: Vec<PathBuf>, ) -> Result<Vec<(PathBuf, OpenApiSpec)>>
Load OpenAPI specs from a list of file paths