System.Text.Json.Schema.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();
}
}