using System.Collections.Generic; using System.Text.Json.Serialization; namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight; public class SurfScan2 { [JsonPropertyName("specs")] public List Specs { get; set; } }