Skip to content

Commit 95e6fa0

Browse files
committed
Remove unnecessary JsonObject attribute
1 parent b0dfe37 commit 95e6fa0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/Nest/Domain/Aggregations/GeoBoundsMetric.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
using Newtonsoft.Json;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Text;
65

76
namespace Nest
87
{
9-
[JsonObject]
108
public class GeoBoundsMetric : IMetricAggregation
119
{
1210
public GeoBoundsMetric()
@@ -17,7 +15,6 @@ public GeoBoundsMetric()
1715
public GeoBounds Bounds { get; set; }
1816
}
1917

20-
[JsonObject]
2118
public class GeoBounds
2219
{
2320
public LatLon TopLeft { get; set; }

0 commit comments

Comments
 (0)