src/JetBrains.Space.Generator/Model/HttpApi/ApiDto.cs [14:21]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [JsonPropertyName("deprecation")] public ApiDeprecation? Deprecation { get; set; } = default; [JsonPropertyName("experimental")] public ApiExperimental? Experimental { get; set; } = default; [JsonPropertyName("name")] public string Name { get; set; } = default!; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/JetBrains.Space.Generator/Model/HttpApi/ApiEnum.cs [10:17]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [JsonPropertyName("deprecation")] public ApiDeprecation? Deprecation { get; set; } = default; [JsonPropertyName("experimental")] public ApiExperimental? Experimental { get; set; } = default; [JsonPropertyName("name")] public string Name { get; set; } = default!; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -