diff --git a/SWMS/Model/SimpliProject.cs b/SWMS/Model/SimpliProject.cs
index 0fc4604..913c2da 100644
--- a/SWMS/Model/SimpliProject.cs
+++ b/SWMS/Model/SimpliProject.cs
@@ -24,7 +24,7 @@ public class SimpliProject
/// Project Address Line 1
///
[JsonPropertyName("address1")]
- public required string Address1 { get; set; }
+ public string? Address1 { get; set; }
///
/// Project Address Line 2
@@ -37,7 +37,7 @@ public class SimpliProject
///
[JsonPropertyName("suburb")]
- public required string Suburb { get; set; }
+ public string? Suburb { get; set; }
///
/// Project State
@@ -54,7 +54,7 @@ public class SimpliProject
[JsonPropertyName("country")]
[JsonConverter(typeof(JsonStringEnumConverter))]
- public required Country Country { get; set; }
+ public Country? Country { get; set; }
///
/// Date/Time project was created