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 8ab01af commit 1e60af2Copy full SHA for 1e60af2
src/Nest/XPack/Watcher/Watch.cs
@@ -6,7 +6,7 @@ namespace Nest
6
[JsonObject]
7
public class Watch
8
{
9
- [JsonProperty("meta")]
+ [JsonProperty("metadata")]
10
public IDictionary<string, object> Meta { get; internal set; }
11
12
[JsonProperty("input")]
@@ -25,7 +25,7 @@ public class Watch
25
[JsonConverter(typeof(ActionsJsonConverter))]
26
public IDictionary<string, IAction> Actions { get; internal set; }
27
28
- [JsonProperty("status")]
+ [JsonProperty("_status")]
29
public WatchStatus Status { get; internal set; }
30
31
[JsonProperty("throttle_period")]
0 commit comments