<PackageReference Include="NJsonSchema" Version="2.4.5940.38662" />

JsonProperty

public class JsonProperty : JsonSchema4
A description of a JSON property of a JSON object.
public bool IsReadOnly { get; set; }

Gets or sets a value indicating whether the property is read only.

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()