src/JetBrains.Space.Generator/Model/HttpApi/ApiDto.cs [11:18]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [JsonPropertyName("description")] public ApiDescription? Description { get; set; } [JsonPropertyName("deprecation")] public ApiDeprecation? Deprecation { get; set; } = default; [JsonPropertyName("experimental")] public ApiExperimental? Experimental { get; set; } = default; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/JetBrains.Space.Generator/Model/HttpApi/ApiUrlParameterOption.cs [15:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [JsonPropertyName("description")] public ApiDescription? Description { get; set; } [JsonPropertyName("deprecation")] public ApiDeprecation? Deprecation { get; set; } = default; [JsonPropertyName("experimental")] public ApiExperimental? Experimental { get; set; } = default; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -