<PackageReference Include="NJsonSchema" Version="11.0.0-preview001" />

SystemTextJsonSchemaGenerator

public static class SystemTextJsonSchemaGenerator
Provides method to generate JSON Schemas with the System.Text.Json schema generator.
public static JsonSchema FromType<TType>()

Creates a JsonSchema from a given type.

public static JsonSchema FromType(Type type)

Creates a JsonSchema from a given type.

Creates a JsonSchema from a given type.

Creates a JsonSchema from a given type.