namespace BirdsiteLive.Models.WellKnownModels { public class SoftwareV21 { public string name { get; set; } public string repository { get; set; } public string version { get; set; } } }