namespace HeuristicLab.JsonInterface { public interface IArrayJsonItem : IValueJsonItem { /// /// Property to define an array item to be resizable. /// bool Resizable { get; set; } } }