pub fn update_schema(
schema_path: &Path,
rename_frontmatter: Option<(&str, &str)>,
drop_frontmatter: Option<&str>,
rename_section: Option<(&str, &str)>,
drop_section: Option<&str>,
merge_sections: Option<(&[String], &str)>,
) -> Result<()>