<PackageReference Include="System.Text.Json" Version="10.0.2" />

System.Text.Json.Schema.JsonSchemaExporterOptions

public sealed class JsonSchemaExporterOptions
Controls the behavior of the JsonSchemaExporter class.
namespace System.Text.Json.Schema { public sealed class JsonSchemaExporterOptions { public static JsonSchemaExporterOptions Default { get; } public bool TreatNullObliviousAsNonNullable { get; set; } public Func<JsonSchemaExporterContext, JsonNode, JsonNode> TransformSchemaNode { get; set; } public JsonSchemaExporterOptions(); } }