<PackageReference Include="System.Text.Json" Version="10.0.0-rc.1.25451.107" />

System.Text.Json.Schema.JsonSchemaExporter

public static class JsonSchemaExporter
Functionality for exporting JSON schema from serialization contracts defined in JsonTypeInfo.
namespace System.Text.Json.Schema { public static class JsonSchemaExporter { public static JsonNode GetJsonSchemaAsNode(this JsonSerializerOptions options, Type type, JsonSchemaExporterOptions exporterOptions = null); public static JsonNode GetJsonSchemaAsNode(this JsonTypeInfo typeInfo, JsonSchemaExporterOptions exporterOptions = null); } }