pub fn merge_schema_extensions( main_spec: Value, extension_paths: &[impl AsRef<Path>], ) -> Result<Value>
Merge schema extension files into the main OpenAPI specification Uses simple recursive JSON object merging