From ec5e533bd8e0426409b3d6f2181b34975df2fd5d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 26 Jan 2021 13:44:38 -0800 Subject: [PATCH] Rename currently unused variable --- MPF.Library/Web/SubmissionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MPF.Library/Web/SubmissionInfo.cs b/MPF.Library/Web/SubmissionInfo.cs index 92ef323a..52388b2c 100644 --- a/MPF.Library/Web/SubmissionInfo.cs +++ b/MPF.Library/Web/SubmissionInfo.cs @@ -10,10 +10,10 @@ namespace MPF.Web public class SubmissionInfo { /// - /// Version of the generated submission information + /// Version of the current schema /// - [JsonProperty(PropertyName = "version", DefaultValueHandling = DefaultValueHandling.Ignore)] - public int SubmissionInfoVersion { get; set; } = 1; + [JsonProperty(PropertyName = "schema_version", DefaultValueHandling = DefaultValueHandling.Ignore)] + public int SchemaVersion { get; set; } = 1; /// /// List of matched Redump IDs