JsonProperty public class JsonProperty : JsonSchema4 A description of a JSON property of a JSON object. Documentation Code public bool IsRequired { get; set; } Gets or sets a value indicating whether the property is required. public string Name { get; } Gets or sets the name of the property. public JsonProperty()