Add artifacts section to submission info

This commit is contained in:
Matt Nadareski
2021-01-26 11:39:45 -08:00
parent bf66a3fcbd
commit c3e4c7fa78

View File

@@ -59,6 +59,9 @@ namespace MPF.Web
[JsonProperty(PropertyName = "size_and_checksums", DefaultValueHandling = DefaultValueHandling.Ignore)]
public SizeAndChecksumsSection SizeAndChecksums { get; set; } = new SizeAndChecksumsSection();
[JsonProperty(PropertyName = "artifacts", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Dictionary<string, string> Artifacts { get; set; } = new Dictionary<string, string>();
}
/// <summary>