diff --git a/Paissa/Schema.cs b/Paissa/Schema.cs index c7c0f17..fda8679 100644 --- a/Paissa/Schema.cs +++ b/Paissa/Schema.cs @@ -42,10 +42,10 @@ public class PlotUpdate { public uint price { get; set; } public float last_updated_time { get; set; } public PurchaseSystem purchase_system { get; set; } - public uint lotto_entries { get; set; } - public AvailabilityType lotto_phase { get; set; } + public uint? lotto_entries { get; set; } + public AvailabilityType? lotto_phase { get; set; } public AvailabilityType? previous_lotto_phase { get; set; } - public uint lotto_phase_until { get; set; } + public uint? lotto_phase_until { get; set; } } public class SoldPlotDetail {