using System.Collections.Generic; namespace Common.Models { public class GenerationWeightData { public Dictionary weights { get; set; } public List whitelist { get; set; } } }