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

JsonTypeDescription

public class JsonTypeDescription
public string Format { get; }

public bool IsAny { get; }

public bool IsComplexType { get; }

public bool IsDictionary { get; }

public bool IsEnum { get; }

public bool IsNullable { get; set; }

public JsonObjectType Type { get; }

public static JsonTypeDescription Create(Type type, JsonObjectType jsonType, bool isNullable, string format)

public static JsonTypeDescription CreateForDictionary(Type type, JsonObjectType jsonType, bool isNullable)

public static JsonTypeDescription CreateForEnumeration(Type type, JsonObjectType jsonType, bool isNullable)

public void ApplyType(JsonSchema4 schema)