diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs index 6d8b0436..c15eb913 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Location/RaidChanges.cs @@ -37,7 +37,7 @@ public record RaidChanges /// /// How many minutes are in the raid total /// - [JsonPropertyName("RaidTimeMinutes")] + [JsonPropertyName("raidTimeMinutes")] public double? RaidTimeMinutes { get; @@ -47,7 +47,7 @@ public record RaidChanges /// /// The new number of seconds required to avoid a run through /// - [JsonPropertyName("NewSurviveTimeSeconds")] + [JsonPropertyName("newSurviveTimeSeconds")] public double? NewSurviveTimeSeconds { get; @@ -57,7 +57,7 @@ public record RaidChanges /// /// The original number of seconds required to avoid a run through /// - [JsonPropertyName("OriginalSurvivalTimeSeconds")] + [JsonPropertyName("originalSurvivalTimeSeconds")] public double? OriginalSurvivalTimeSeconds { get; @@ -67,7 +67,7 @@ public record RaidChanges /// /// Any changes required to the extract list /// - [JsonPropertyName("ExitChanges")] + [JsonPropertyName("exitChanges")] public List? ExitChanges { get;