We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc00fb commit 102a7b8Copy full SHA for 102a7b8
1 file changed
src/GeoJSON.Net/Feature/Feature.cs
@@ -39,7 +39,7 @@ public Feature(TGeometry geometry, TProps properties, string id = null)
39
[JsonConverter(typeof(GeometryConverter))]
40
public TGeometry Geometry { get; }
41
42
- [JsonProperty(PropertyName = "properties", Required = Required.AllowNull)]
+ [JsonProperty(PropertyName = "properties", Required = Required.Default)]
43
public TProps Properties { get; }
44
45
/// <summary>
0 commit comments