Iceshrimp.NET/Iceshrimp.Backend/Controllers/Pleroma/Schemas/Entities/AkkomaNodeInfoEntity.cs
notfire 30bf18a539
Some checks failed
/ test-build-and-push (push) Has been cancelled
e
2025-04-11 18:38:55 -04:00

8 lines
No EOL
258 B
C#

using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
namespace Iceshrimp.Backend.Controllers.Pleroma.Schemas.Entities;
public class AkkomaNodeInfoEntity
{
[J("software")] public required AkkomaNodeInfoSoftwareEntity Software { get; set; }
}