namespace LocationsApi.Models; public class UpsertBiomeDefinitionRequest { public double ContinuationWeight { get; set; } public List TransitionWeights { get; set; } = []; public List ObjectSpawnRules { get; set; } = []; }