pub fn parse_openapi_specs(
    spec: &[PathBuf]
) -> Result<Vec<OpenAPI>, Box<dyn Error>>