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