diff --git a/src/api/vrc_data_analysis/schema.rs b/src/api/vrc_data_analysis/schema.rs index 1e387dc..947f9fb 100644 --- a/src/api/vrc_data_analysis/schema.rs +++ b/src/api/vrc_data_analysis/schema.rs @@ -8,9 +8,9 @@ pub struct TeamInfo { pub dpr: f64, pub mu: f64, pub opr: f64, - pub score_auto_max: f64, - pub score_driver_max: f64, - pub score_total_max: f64, + pub score_auto_max: Option, + pub score_driver_max: Option, + pub score_total_max: Option, pub sigma: f64, pub team_name: String, pub team_number: String,