We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154d013 commit 67b6553Copy full SHA for 67b6553
Bynder/Sdk/Model/Media.cs
@@ -30,7 +30,7 @@ public class Media
30
/// by an x,y coordinate.
31
/// </summary>
32
[JsonProperty("activeOriginalFocusPoint")]
33
- public IDictionary<string, int> ActiveOriginalFocusPoint { get; set; }
+ public IDictionary<string, decimal> ActiveOriginalFocusPoint { get; set; }
34
35
/// <summary>
36
/// Number of times the media has been downloaded
0 commit comments