src/JetBrains.Space.Generator/Model/HttpApi/ApiExperimental.cs (7 lines of code) (raw):

using System.Text.Json.Serialization; namespace JetBrains.Space.Generator.Model.HttpApi; public class ApiExperimental { [JsonPropertyName("message")] public string? Message { get; set; } }