namespace BirdsiteLive.ActivityPub { public class Attachment { public string type { get; set; } public string mediaType { get; set; } public string url { get; set; } } }