namespace DevHive.Common.Models.Misc { public class Patch { public string Name { get; set; } public object Value { get; set; } public string Action { get; set; } } }