mirror of
https://github.com/bitwarden/server.git
synced 2025-04-18 03:28:15 -05:00
object is always first
This commit is contained in:
parent
9916668a7a
commit
0a82f472ef
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace Bit.Core.Models.Api
|
namespace Bit.Core.Models.Api
|
||||||
{
|
{
|
||||||
@ -14,6 +15,7 @@ namespace Bit.Core.Models.Api
|
|||||||
Object = obj;
|
Object = obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[JsonProperty(Order = -200)] // Always the first property
|
||||||
public string Object { get; private set; }
|
public string Object { get; private set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user