fn build_monitor_report(
current_version: &str,
crate_json: &str,
releases_json: &str,
schema: Option<&SchemaMonitorInput>,
conformance: Option<&ConformanceMonitorInput>,
max_body_bytes: usize,
) -> Result<MonitorReport>fn build_monitor_report(
current_version: &str,
crate_json: &str,
releases_json: &str,
schema: Option<&SchemaMonitorInput>,
conformance: Option<&ConformanceMonitorInput>,
max_body_bytes: usize,
) -> Result<MonitorReport>