This commit is contained in:
2025-06-27 20:41:09 -06:00
parent 6c11246733
commit feee4ebdfa

View File

@@ -30,6 +30,6 @@ namespace Core.Adapters.Lib
[BsonElement("attributes")] [BsonElement("attributes")]
[JsonPropertyName("attributes")] [JsonPropertyName("attributes")]
public Dictionary<string, object> Attributes { get; set; } = []; public Dictionary<string, BsonValue> Attributes { get; set; } = [];
} }
} }