Skip to content

Commit b6c021f

Browse files
committed
chores: save new OpenAPI file
1 parent 232609c commit b6c021f

File tree

2 files changed

+2110
-1
lines changed

2 files changed

+2110
-1
lines changed

Fossology.Rest.Dotnet.Model/Analysis.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ---------------------------------------------------------------------------
22
// <copyright file="Analysis.cs" company="Tethys">
3-
// Copyright (C) 2020 T. Graf
3+
// Copyright (C) 2020-2022 T. Graf
44
// </copyright>
55
//
66
// Licensed under the MIT License.
@@ -74,5 +74,11 @@ public class Analysis
7474
/// </summary>
7575
[JsonProperty("package")]
7676
public bool Package { get; set; }
77+
78+
/// <summary>
79+
/// Gets or sets a value indicating whether to use the REUSE.Software analysis.
80+
/// </summary>
81+
[JsonProperty("reso")]
82+
public bool Reso { get; set; }
7783
} // Analysis
7884
}

0 commit comments

Comments
 (0)