public string type { get; set; }
public string type { get; set; }
public string type { get; set; }
public Items items { get; set; }
public Name name { get; set; }
public Hobbies hobbies { get; set; }
properties = new Properties();
public string description { get; set; }
public string type { get; set; }
public Properties properties { get; set; }
public static void Main()
Example model = new Example();
model.properties.name.type = "cc";
var data = JsonConvert.SerializeObject(model);
System.Console.WriteLine(data);