mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
object is always first
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Bit.Core.Models.Api
|
||||
{
|
||||
@@ -14,6 +15,7 @@ namespace Bit.Core.Models.Api
|
||||
Object = obj;
|
||||
}
|
||||
|
||||
[JsonProperty(Order = -200)] // Always the first property
|
||||
public string Object { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user