using System.Collections.Generic; public class DatasetSchema { public List Info { get; set; } public string Name { get; set; } }