diff --git a/Kontent.Ai.Management/Models/ProjectReport/ProjectReportModel.cs b/Kontent.Ai.Management/Models/ProjectReport/ProjectReportModel.cs index 873b5c0a..76de5819 100644 --- a/Kontent.Ai.Management/Models/ProjectReport/ProjectReportModel.cs +++ b/Kontent.Ai.Management/Models/ProjectReport/ProjectReportModel.cs @@ -24,6 +24,6 @@ public sealed class EnvironmentReportModel /// Gets or sets reports of the problems found in the environment's content types /// [JsonProperty("type_issues")] - public List TypeIssues { get; set; } + public List TypeIssues { get; set; } } diff --git a/Kontent.Ai.Management/Models/ProjectReport/TypeIssues.cs b/Kontent.Ai.Management/Models/ProjectReport/TypeIssues.cs index 9b188bd9..03571e38 100644 --- a/Kontent.Ai.Management/Models/ProjectReport/TypeIssues.cs +++ b/Kontent.Ai.Management/Models/ProjectReport/TypeIssues.cs @@ -4,9 +4,9 @@ namespace Kontent.Ai.Management.Models.EnvironmentReport; /// -/// Represents the report of the problems found in the project's content types. +/// Represents the report of the problems found in the environment's content types. /// -public class TypeIssues // TODO: rename +public class TypeIssue { /// /// Gets or sets information about content type