using System.Collections.Generic;
public static void Main()
Console.WriteLine(JsonSchema.FromType<CSharpClass>().ToJson());
public DateTime MeasurementDate { get; set; }
public string LocationKey { get; set; }
public string LocationType { get; set; }
public string PlantKey { get; set; }
public List<MeasurementDto> MeasurementList { get; set; }